#030D06

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

Shades of Dark Green #030D06

Tints of Dark Green #030D06

Color information

#030D06 (or 0x030D06) is unknown color: approx Dark Green. HEX triplet: 03, 0D and 06. RGB value is (3,13,6). Sum of RGB (Red+Green+Blue) = 3+13+6=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #030D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D06 is #FCF2F9. Grayscale: #090909. Windows color (decimal): -16577274 or 396547. OLE color: 396547.

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

Color convert

RGB3136-
CMYK0.7700.540.95
HSL138º62.5%3.14%-
HSV(B)138º76.92%5.1%-
XYZ0.210.320.22-
YUV9.21126.19123.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 13 (5.47% from 255) = 59.09%
BLUE value IS 6 (2.73% from 255) = 27.27%
R=13.64%
G=59.09%
B=27.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31360.7700.540.9513862.53.14
Hex3D64D0365F8a3e3
Octal3156115066137212763
Binary1111011101001101011011010111111000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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