#020D08

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

Shades of Dark Green #020D08

Tints of Dark Green #020D08

Color information

#020D08 (or 0x020D08) is unknown color: approx Dark Green. HEX triplet: 02, 0D and 08. RGB value is (2,13,8). Sum of RGB (Red+Green+Blue) = 2+13+8=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 13 (5.47% from 255 or 56.52% from 23); Blue value is 8 (3.52% from 255 or 34.78% from 23); Max value from RGB is 13 - color contains mainly: green. Hex color #020D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D08 is #FDF2F7. Grayscale: #090909. Windows color (decimal): -16642808 or 527618. OLE color: 527618.

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

Color convert

RGB2138-
CMYK0.8500.380.95
HSL152.73º73.33%2.94%-
HSV(B)152.73º84.62%5.1%-
XYZ0.210.320.28-
YUV9.14127.36122.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 13 (5.47% from 255) = 56.52%
BLUE value IS 8 (3.52% from 255) = 34.78%
R=8.70%
G=56.52%
B=34.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal21380.8500.380.95152.7373.332.94
Hex2D8550265F99493
Octal215101250461372311113
Binary101101100010101010100110101111110011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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