Html Css Color HEX #002408 Dark Green

📋 copy color: '#002408'

red 0 ◦ green 36 ◦ blue 8

#002408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #002408

Tints of Dark Green #002408

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 36 (14.45% from 255) = 81.82%

 BLUE value IS 8 (3.52% from 255) = 18.18%

R = 0%
G = 81.82%
B = 18.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.86

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#002408 (or 0x002408) is known color: Dark Green. HEX triplet: 00, 24 and 08. RGB value is (0,36,8). Sum of RGB (Red+Green+Blue) = 0+36+8=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 36 (14.45% from 255 or 81.82% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 36 - color contains mainly: green. Hex color #002408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002408 is #FFDBF7. Grayscale: #161616. Windows color (decimal): -16767992 or 533504. OLE color: 533504.

HSL color Cylindrical-coordinate representation of color #002408: hue angle of 133.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002408 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 36 8 -
CMYK 1 0 0.78 0.86
HSL 133.33º 1% 0.07% -
HSV(B) 133.33º 1% 0.14% -
XYZ 0.67 1.28 0.44 -
YUV 22.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 0 36 8 1 0 0.78 0.86 133.33 1 0.07
Hex 0 24 8 64 0 4E 56 85 64 7
Octal 0 44 10 144 0 116 126 205 144 7
Binary 0 100100 1000 1100100 0 1001110 1010110 10000101 1100100 111

Color Harmonies of #002408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002408

Black with #002408

Text Example


Text Example

White with #002408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002408; }

 p { color: rgb(0,36,8); }

 H1.HeaderClassName
 {
   color: #002408;
 }
 .AnyTagClassName
 {
   color: #002408;
 }
</style>

background-color css

<style>
 a { background-color: #002408; }

 a { background-color: rgb(0,36,8); }

 div.DivClassName
 {
   background-color: #002408;
 }
 .BgClassName
 {
   background-color: #002408;
 }
</style>

border-color css

<style>
 span { border-color: #002408; }

 span { border-color: rgb(0,36,8); }

 td.TdClassName
 {
   border-color: #002408;
 }
 .TagClassName
 {
   border-color: #002408;
 }
</style>