#030E06

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

Shades of Dark Green #030E06

Tints of Dark Green #030E06

Color information

#030E06 (or 0x030E06) is unknown color: approx Dark Green. HEX triplet: 03, 0E and 06. RGB value is (3,14,6). Sum of RGB (Red+Green+Blue) = 3+14+6=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #030E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E06 is #FCF1F9. Grayscale: #090909. Windows color (decimal): -16577018 or 396803. OLE color: 396803.

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

Color convert

RGB3146-
CMYK0.7900.570.95
HSL136.36º64.71%3.33%-
HSV(B)136.36º78.57%5.49%-
XYZ0.230.350.23-
YUV9.8125.86123.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 14 (5.86% from 255) = 60.87%
BLUE value IS 6 (2.73% from 255) = 26.09%
R=13.04%
G=60.87%
B=26.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31460.7900.570.95136.3664.713.33
Hex3E64F0395F88413
Octal31661170711372101013
Binary11111011010011110111001101111110001000100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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