Html Css Color HEX #020D0C Dark Green

📋 copy color: '#020D0C'

red 2 ◦ green 13 ◦ blue 12

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

Shades of Dark Green #020D0C

Tints of Dark Green #020D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 48.15%

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

R = 7.41%
G = 48.15%
B = 44.44%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#020D0C (or 0x020D0C) is known color: Dark Green. HEX triplet: 02, 0D and 0C. RGB value is (2,13,12). Sum of RGB (Red+Green+Blue) = 2+13+12=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 13 - color contains mainly: green. Hex color #020D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D0C is #FDF2F3. Grayscale: #090909. Windows color (decimal): -16642804 or 789762. OLE color: 789762.

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

Color convert

RGB 2 13 12 -
CMYK 0.85 0 0.08 0.95
HSL 174.55º 0.73% 0.03% -
HSV(B) 174.55º 0.85% 0.05% -
XYZ 0.24 0.33 0.4 -
YUV 9.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 2 13 12 0.85 0 0.08 0.95 174.55 0.73 0.03
Hex 2 D C 55 0 8 5F AF 49 3
Octal 2 15 14 125 0 10 137 257 111 3
Binary 10 1101 1100 1010101 0 1000 1011111 10101111 1001001 11

Color Harmonies of #020D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D0C

Black with #020D0C

Text Example


Text Example

White with #020D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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