Html Css Color HEX #022009 Dark Green

📋 copy color: '#022009'

red 2 ◦ green 32 ◦ blue 9

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

Shades of Dark Green #022009

Tints of Dark Green #022009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 74.42%

 BLUE value IS 9 (3.91% from 255) = 20.93%

R = 4.65%
G = 74.42%
B = 20.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#022009 (or 0x022009) is known color: Dark Green. HEX triplet: 02, 20 and 09. RGB value is (2,32,9). Sum of RGB (Red+Green+Blue) = 2+32+9=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 32 (12.89% from 255 or 74.42% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 32 - color contains mainly: green. Hex color #022009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022009 is #FDDFF6. Grayscale: #141414. Windows color (decimal): -16637943 or 598018. OLE color: 598018.

HSL color Cylindrical-coordinate representation of color #022009: hue angle of 134º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022009 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 32 9 -
CMYK 0.94 0 0.72 0.87
HSL 134º 0.88% 0.07% -
HSV(B) 134º 0.94% 0.13% -
XYZ 0.59 1.07 0.43 -
YUV 20.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 2 32 9 0.94 0 0.72 0.87 134 0.88 0.07
Hex 2 20 9 5E 0 48 57 86 58 7
Octal 2 40 11 136 0 110 127 206 130 7
Binary 10 100000 1001 1011110 0 1001000 1010111 10000110 1011000 111

Color Harmonies of #022009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022009

Black with #022009

Text Example


Text Example

White with #022009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022009; }

 p { color: rgb(2,32,9); }

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

background-color css

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

 a { background-color: rgb(2,32,9); }

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

border-color css

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

 span { border-color: rgb(2,32,9); }

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