Html Css Color HEX #022414 Dark Green

📋 copy color: '#022414'

red 2 ◦ green 36 ◦ blue 20

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

Shades of Dark Green #022414

Tints of Dark Green #022414

RGB

 RED value IS 2 (1.17% from 255) = 3.45%

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

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

R = 3.45%
G = 62.07%
B = 34.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#022414 (or 0x022414) is known color: Dark Green. HEX triplet: 02, 24 and 14. RGB value is (2,36,20). Sum of RGB (Red+Green+Blue) = 2+36+20=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 36 (14.45% from 255 or 62.07% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 36 - color contains mainly: green. Hex color #022414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022414 is #FDDBEB. Grayscale: #181818. Windows color (decimal): -16636908 or 1319938. OLE color: 1319938.

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

Color convert

RGB 2 36 20 -
CMYK 0.94 0 0.44 0.86
HSL 151.76º 0.89% 0.07% -
HSV(B) 151.76º 0.94% 0.14% -
XYZ 0.78 1.33 0.88 -
YUV 24.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 2 36 20 0.94 0 0.44 0.86 151.76 0.89 0.07
Hex 2 24 14 5E 0 2C 56 98 59 7
Octal 2 44 24 136 0 54 126 230 131 7
Binary 10 100100 10100 1011110 0 101100 1010110 10011000 1011001 111

Color Harmonies of #022414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022414

Black with #022414

Text Example


Text Example

White with #022414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022414; }

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

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

background-color css

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

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

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

border-color css

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

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

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