Color Hex Logo

#247000 Color Hex

#247000
(36,112,0)
0 Favorites   0 Comments

Color spaces of #247000

RGB 361120
HSL0.281.000.22
HSV101°100°44°
CMYK 0.680.001.00   0.56
XYZ6.521711.96341.9654
Yxy11.96340.31890.5850
Hunter Lab34.5881-26.872520.8427
CIE-Lab41.1579-41.673546.0842

#247000 color RGB value is (36,112,0).

#247000 hex color red value is 36, green value is 112 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #247000 hue: 0.28 , saturation: 1.00 and the lightness value of 247000 is 0.22.

The process color (four color CMYK) of #247000 color hex is 0.68, 0.00, 1.00, 0.56. Web safe color of #247000 is #336600. Color #247000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01110000 00000000
Octal 44 160 0
Decimal 36 112 0
Hex 24 70 0

RGB Percentages of Color #247000

%24.32
%75.68
%0.00

CMYK Percentages of Color #247000

%68
%0
%100
%56

Triadic Colors of #247000

#247000 #002470 #700024

Analogous Colors of #247000

#247000 #007014 #5c7000

Monochromatic Colors of #247000

#247000

Complementary Color

#247000 #4c0070

#247000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#247000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#247000 Color CSS Codes

.mybgcolor {background-color:#247000; } 
.myforecolor {color:#247000; }
.mybordercolor {border:3px solid #247000; }

#247000 Text Font Color

<p style="color:#247000">Text here</p>

This sample text font color is #247000
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#247000 Background Color

<div style="background-color:#247000">
Div content here</div>

This div background color is #247000


#247000 Border Color

<div style="border:3px solid #247000">
Div here</div>

This div border color is #247000


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,112,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #247000; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #247000;
  -webkit-box-shadow: 1px 1px 3px 2px #247000;
  box-shadow:         1px 1px 3px 2px #247000; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,112,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #247000">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #247000;
  -webkit-box-shadow: 1px 1px 3px 2px #247000;
  box-shadow:         1px 1px 3px 2px #247000;">
Div content here</div>

This div box has shadow with color #247000


Comments

No comments written yet.

Please login to write comment.