#020C05

Color #020C05 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #020C05

Tints of Dark Green #020C05

Color information

#020C05 (or 0x020C05) is unknown color: approx Dark Green. HEX triplet: 02, 0C and 05. RGB value is (2,12,5). Sum of RGB (Red+Green+Blue) = 2+12+5=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 12 (5.08% from 255 or 63.16% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 12 - color contains mainly: green. Hex color #020C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C05 is #FDF3FA. Grayscale: #080808. Windows color (decimal): -16643067 or 330754. OLE color: 330754.

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

Color convert

RGB2125-
CMYK0.8300.580.95
HSL138º71.43%2.75%-
HSV(B)138º83.33%4.71%-
XYZ0.180.290.19-
YUV8.21126.19123.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10.53%
GREEN value IS 12 (5.08% from 255) = 63.16%
BLUE value IS 5 (2.34% from 255) = 26.32%
R=10.53%
G=63.16%
B=26.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal21250.8300.580.9513871.432.75
Hex2C55303A5F8a473
Octal21451230721372121073
Binary10110010110100110111010101111110001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #020C05;
 }
 .AnyTagClassName
 {
   color: #020C05;
 }
</style>
background-color css

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

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

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

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

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

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