Html Css Color HEX #020D06 Dark Green

📋 copy color: '#020D06'

red 2 ◦ green 13 ◦ blue 6

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

Shades of Dark Green #020D06

Tints of Dark Green #020D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 28.57%

R = 9.52%
G = 61.9%
B = 28.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.95

RGB Variations

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

Color information

#020D06 (or 0x020D06) is known color: Dark Green. HEX triplet: 02, 0D and 06. RGB value is (2,13,6). Sum of RGB (Red+Green+Blue) = 2+13+6=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 13 (5.47% from 255 or 61.90% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 13 - color contains mainly: green. Hex color #020D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D06 is #FDF2F9. Grayscale: #080808. Windows color (decimal): -16642810 or 396546. OLE color: 396546.

HSL color Cylindrical-coordinate representation of color #020D06: hue angle of 141.82º 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 #020D06 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 13 6 -
CMYK 0.85 0 0.54 0.95
HSL 141.82º 0.73% 0.03% -
HSV(B) 141.82º 0.85% 0.05% -
XYZ 0.2 0.31 0.22 -
YUV 8.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 2 13 6 0.85 0 0.54 0.95 141.82 0.73 0.03
Hex 2 D 6 55 0 36 5F 8E 49 3
Octal 2 15 6 125 0 66 137 216 111 3
Binary 10 1101 110 1010101 0 110110 1011111 10001110 1001001 11

Color Harmonies of #020D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020D06

Black with #020D06

Text Example


Text Example

White with #020D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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