Html Css Color HEX #020F0C Dark Green

📋 copy color: '#020F0C'

red 2 ◦ green 15 ◦ blue 12

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

Shades of Dark Green #020F0C

Tints of Dark Green #020F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 51.72%

 BLUE value IS 12 (5.08% from 255) = 41.38%

R = 6.9%
G = 51.72%
B = 41.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#020F0C (or 0x020F0C) is known color: Dark Green. HEX triplet: 02, 0F and 0C. RGB value is (2,15,12). Sum of RGB (Red+Green+Blue) = 2+15+12=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #020F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F0C is #FDF0F3. Grayscale: #0A0A0A. Windows color (decimal): -16642292 or 790274. OLE color: 790274.

HSL color Cylindrical-coordinate representation of color #020F0C: hue angle of 166.15º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020F0C is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 15 12 -
CMYK 0.87 0 0.20 0.94
HSL 166.15º 0.76% 0.03% -
HSV(B) 166.15º 0.87% 0.06% -
XYZ 0.26 0.38 0.41 -
YUV 10.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 2 15 12 0.87 0 0.20 0.94 166.15 0.76 0.03
Hex 2 F C 57 0 14 5E A6 4C 3
Octal 2 17 14 127 0 24 136 246 114 3
Binary 10 1111 1100 1010111 0 10100 1011110 10100110 1001100 11

Color Harmonies of #020F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020F0C

Black with #020F0C

Text Example


Text Example

White with #020F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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