Html Css Color HEX #020A09 Dark Green

📋 copy color: '#020A09'

red 2 ◦ green 10 ◦ blue 9

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

Shades of Dark Green #020A09

Tints of Dark Green #020A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 47.62%

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

R = 9.52%
G = 47.62%
B = 42.86%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#020A09 (or 0x020A09) is known color: Dark Green. HEX triplet: 02, 0A and 09. RGB value is (2,10,9). Sum of RGB (Red+Green+Blue) = 2+10+9=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 10 - color contains mainly: green. Hex color #020A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A09 is #FDF5F6. Grayscale: #070707. Windows color (decimal): -16643575 or 592386. OLE color: 592386.

HSL color Cylindrical-coordinate representation of color #020A09: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #020A09 is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 10 9 -
CMYK 0.8 0 0.10 0.96
HSL 172.5º 0.67% 0.02% -
HSV(B) 172.5º 0.8% 0.04% -
XYZ 0.18 0.25 0.3 -
YUV 7.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 2 10 9 0.8 0 0.10 0.96 172.5 0.67 0.02
Hex 2 A 9 50 0 A 60 AC 43 2
Octal 2 12 11 120 0 12 140 254 103 2
Binary 10 1010 1001 1010000 0 1010 1100000 10101100 1000011 10

Color Harmonies of #020A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A09

Black with #020A09

Text Example


Text Example

White with #020A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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