Html Css Color HEX #021009 Dark Green

📋 copy color: '#021009'

red 2 ◦ green 16 ◦ blue 9

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

Shades of Dark Green #021009

Tints of Dark Green #021009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 59.26%

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

R = 7.41%
G = 59.26%
B = 33.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#021009 (or 0x021009) is known color: Dark Green. HEX triplet: 02, 10 and 09. RGB value is (2,16,9). Sum of RGB (Red+Green+Blue) = 2+16+9=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #021009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021009 is #FDEFF6. Grayscale: #0B0B0B. Windows color (decimal): -16642039 or 593922. OLE color: 593922.

HSL color Cylindrical-coordinate representation of color #021009: hue angle of 150º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021009 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 16 9 -
CMYK 0.87 0 0.44 0.94
HSL 150º 0.78% 0.04% -
HSV(B) 150º 0.88% 0.06% -
XYZ 0.26 0.4 0.32 -
YUV 11.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 2 16 9 0.87 0 0.44 0.94 150 0.78 0.04
Hex 2 10 9 57 0 2C 5E 96 4E 4
Octal 2 20 11 127 0 54 136 226 116 4
Binary 10 10000 1001 1010111 0 101100 1011110 10010110 1001110 100

Color Harmonies of #021009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021009

Black with #021009

Text Example


Text Example

White with #021009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021009; }

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

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

background-color css

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

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

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

border-color css

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

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

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