#030B05

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

Shades of Dark Green #030B05

Tints of Dark Green #030B05

Color information

#030B05 (or 0x030B05) is unknown color: approx Dark Green. HEX triplet: 03, 0B and 05. RGB value is (3,11,5). Sum of RGB (Red+Green+Blue) = 3+11+5=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 11 (4.69% from 255 or 57.89% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 11 - color contains mainly: green. Hex color #030B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B05 is #FCF4FA. Grayscale: #070707. Windows color (decimal): -16577787 or 330499. OLE color: 330499.

HSL color Cylindrical-coordinate representation of color #030B05: hue angle of 135º 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 #030B05 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.96.

Color convert

RGB3115-
CMYK0.7300.550.96
HSL135º57.14%2.75%-
HSV(B)135º72.73%4.31%-
XYZ0.180.270.19-
YUV7.92126.35124.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15.79%
GREEN value IS 11 (4.69% from 255) = 57.89%
BLUE value IS 5 (2.34% from 255) = 26.32%
R=15.79%
G=57.89%
B=26.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal31150.7300.550.9613557.142.75
Hex3B5490376087393
Octal3135111067140207713
Binary1110111011001001011011111000001000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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