Html Css Color HEX #002418 Dark Green

📋 copy color: '#002418'

red 0 ◦ green 36 ◦ blue 24

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

Shades of Dark Green #002418

Tints of Dark Green #002418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 40%

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#002418 (or 0x002418) is known color: Dark Green. HEX triplet: 00, 24 and 18. RGB value is (0,36,24). Sum of RGB (Red+Green+Blue) = 0+36+24=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #002418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002418 is #FFDBE7. Grayscale: #171717. Windows color (decimal): -16767976 or 1582080. OLE color: 1582080.

HSL color Cylindrical-coordinate representation of color #002418: hue angle of 160º 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 #002418 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 36 24 -
CMYK 1 0 0.33 0.86
HSL 160º 1% 0.07% -
HSV(B) 160º 1% 0.14% -
XYZ 0.8 1.33 1.08 -
YUV 23.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 0 36 24 1 0 0.33 0.86 160 1 0.07
Hex 0 24 18 64 0 21 56 A0 64 7
Octal 0 44 30 144 0 41 126 240 144 7
Binary 0 100100 11000 1100100 0 100001 1010110 10100000 1100100 111

Color Harmonies of #002418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002418

Black with #002418

Text Example


Text Example

White with #002418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002418; }

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

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

background-color css

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

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

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

border-color css

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

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

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