#051A0B

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

Shades of Dark Green #051A0B

Tints of Dark Green #051A0B

Color information

#051A0B (or 0x051A0B) is unknown color: approx Dark Green. HEX triplet: 05, 1A and 0B. RGB value is (5,26,11). Sum of RGB (Red+Green+Blue) = 5+26+11=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 26 (10.55% from 255 or 61.90% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 26 - color contains mainly: green. Hex color #051A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A0B is #FAE5F4. Grayscale: #121212. Windows color (decimal): -16442869 or 727557. OLE color: 727557.

HSL color Cylindrical-coordinate representation of color #051A0B: hue angle of 137.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A0B is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.

Color convert

RGB52611-
CMYK0.8100.580.90
HSL137.14º67.74%6.08%-
HSV(B)137.14º80.77%10.2%-
XYZ0.490.80.44-
YUV18.01124.04118.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 26 (10.55% from 255) = 61.90%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=11.90%
G=61.90%
B=26.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal526110.8100.580.90137.1467.746.08
Hex51AB5103A5A89446
Octal532131210721322111046
Binary101110101011101000101110101011010100010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A0B; }

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

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

<style>
 a { background-color: #051A0B; }

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

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

<style>
 span { border-color: #051A0B; }

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

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