#030B0A

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

Shades of Dark Green #030B0A

Tints of Dark Green #030B0A

Color information

#030B0A (or 0x030B0A) is unknown color: approx Dark Green. HEX triplet: 03, 0B and 0A. RGB value is (3,11,10). Sum of RGB (Red+Green+Blue) = 3+11+10=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 11 - color contains mainly: green. Hex color #030B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B0A is #FCF4F5. Grayscale: #080808. Windows color (decimal): -16577782 or 658179. OLE color: 658179.

HSL color Cylindrical-coordinate representation of color #030B0A: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #030B0A is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.

Color convert

RGB31110-
CMYK0.7300.090.96
HSL172.5º57.14%2.75%-
HSV(B)172.5º72.73%4.31%-
XYZ0.210.280.33-
YUV8.49128.85124.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 11 (4.69% from 255) = 45.83%
BLUE value IS 10 (4.30% from 255) = 41.67%
R=12.5%
G=45.83%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal311100.7300.090.96172.557.142.75
Hex3BA490960ac393
Octal31312111011140254713
Binary111011101010010010100111000001010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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