Html Css Color HEX #020C09 Dark Green

📋 copy color: '#020C09'

red 2 ◦ green 12 ◦ blue 9

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

Shades of Dark Green #020C09

Tints of Dark Green #020C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 52.17%

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

R = 8.7%
G = 52.17%
B = 39.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.95

RGB Variations

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

Color information

#020C09 (or 0x020C09) is known color: Dark Green. HEX triplet: 02, 0C and 09. RGB value is (2,12,9). Sum of RGB (Red+Green+Blue) = 2+12+9=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 9 (3.91% from 255 or 39.13% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #020C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C09 is #FDF3F6. Grayscale: #080808. Windows color (decimal): -16643063 or 592898. OLE color: 592898.

HSL color Cylindrical-coordinate representation of color #020C09: hue angle of 162º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #020C09 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 12 9 -
CMYK 0.83 0 0.25 0.95
HSL 162º 0.71% 0.03% -
HSV(B) 162º 0.83% 0.05% -
XYZ 0.21 0.3 0.3 -
YUV 8.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 2 12 9 0.83 0 0.25 0.95 162 0.71 0.03
Hex 2 C 9 53 0 19 5F A2 47 3
Octal 2 14 11 123 0 31 137 242 107 3
Binary 10 1100 1001 1010011 0 11001 1011111 10100010 1000111 11

Color Harmonies of #020C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C09

Black with #020C09

Text Example


Text Example

White with #020C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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