#030D08

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

Shades of Dark Green #030D08

Tints of Dark Green #030D08

Color information

#030D08 (or 0x030D08) is unknown color: approx Dark Green. HEX triplet: 03, 0D and 08. RGB value is (3,13,8). Sum of RGB (Red+Green+Blue) = 3+13+8=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 13 (5.47% from 255 or 54.17% from 24); Blue value is 8 (3.52% from 255 or 33.33% from 24); Max value from RGB is 13 - color contains mainly: green. Hex color #030D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D08 is #FCF2F7. Grayscale: #090909. Windows color (decimal): -16577272 or 527619. OLE color: 527619.

HSL color Cylindrical-coordinate representation of color #030D08: hue angle of 150º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #030D08 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.95.

Color convert

RGB3138-
CMYK0.7700.380.95
HSL150º62.5%3.14%-
HSV(B)150º76.92%5.1%-
XYZ0.230.320.28-
YUV9.44127.19123.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 13 (5.47% from 255) = 54.17%
BLUE value IS 8 (3.52% from 255) = 33.33%
R=12.5%
G=54.17%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31380.7700.380.9515062.53.14
Hex3D84D0265F963e3
Octal31510115046137226763
Binary11110110001001101010011010111111001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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