#030F0C

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

Shades of Dark Green #030F0C

Tints of Dark Green #030F0C

Color information

#030F0C (or 0x030F0C) is unknown color: approx Dark Green. HEX triplet: 03, 0F and 0C. RGB value is (3,15,12). Sum of RGB (Red+Green+Blue) = 3+15+12=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 15 (6.25% from 255 or 50% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 15 - color contains mainly: green. Hex color #030F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F0C is #FCF0F3. Grayscale: #0B0B0B. Windows color (decimal): -16576756 or 790275. OLE color: 790275.

HSL color Cylindrical-coordinate representation of color #030F0C: hue angle of 165º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030F0C is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB31512-
CMYK0.8000.200.94
HSL165º66.67%3.53%-
HSV(B)165º80%5.88%-
XYZ0.270.390.41-
YUV11.07128.52122.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 15 (6.25% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 40%
R=10%
G=50%
B=40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal315120.8000.200.9416566.673.53
Hex3FC500145Ea5434
Octal317141200241362451034
Binary111111110010100000101001011110101001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,12); }

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

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

 a { background-color: rgb(3,15,12); }

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

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

 span { border-color: rgb(3,15,12); }

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