#030F0B

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

Shades of Dark Green #030F0B

Tints of Dark Green #030F0B

Color information

#030F0B (or 0x030F0B) is unknown color: approx Dark Green. HEX triplet: 03, 0F and 0B. RGB value is (3,15,11). Sum of RGB (Red+Green+Blue) = 3+15+11=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 15 (6.25% from 255 or 51.72% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 15 - color contains mainly: green. Hex color #030F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F0B is #FCF0F4. Grayscale: #0A0A0A. Windows color (decimal): -16576757 or 724739. OLE color: 724739.

HSL color Cylindrical-coordinate representation of color #030F0B: hue angle of 160º 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 #030F0B is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.

Color convert

RGB31511-
CMYK0.8000.270.94
HSL160º66.67%3.53%-
HSV(B)160º80%5.88%-
XYZ0.270.390.38-
YUV10.96128.02122.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 15 (6.25% from 255) = 51.72%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=10.34%
G=51.72%
B=37.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal315110.8000.270.9416066.673.53
Hex3FB5001B5Ea0434
Octal317131200331362401034
Binary111111101110100000110111011110101000001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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