Html Css Color HEX #002414 Dark Green

📋 copy color: '#002414'

red 0 ◦ green 36 ◦ blue 20

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

Shades of Dark Green #002414

Tints of Dark Green #002414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 35.71%

R = 0%
G = 64.29%
B = 35.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#002414 (or 0x002414) is known color: Dark Green. HEX triplet: 00, 24 and 14. RGB value is (0,36,20). Sum of RGB (Red+Green+Blue) = 0+36+20=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #002414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002414 is #FFDBEB. Grayscale: #171717. Windows color (decimal): -16767980 or 1319936. OLE color: 1319936.

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

Color convert

RGB 0 36 20 -
CMYK 1 0 0.44 0.86
HSL 153.33º 1% 0.07% -
HSV(B) 153.33º 1% 0.14% -
XYZ 0.76 1.31 0.88 -
YUV 23.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 0 36 20 1 0 0.44 0.86 153.33 1 0.07
Hex 0 24 14 64 0 2C 56 99 64 7
Octal 0 44 24 144 0 54 126 231 144 7
Binary 0 100100 10100 1100100 0 101100 1010110 10011001 1100100 111

Color Harmonies of #002414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002414

Black with #002414

Text Example


Text Example

White with #002414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002414; }

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

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

background-color css

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

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

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

border-color css

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

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

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