#051A12

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

Shades of Dark Green #051A12

Tints of Dark Green #051A12

Color information

#051A12 (or 0x051A12) is unknown color: approx Dark Green. HEX triplet: 05, 1A and 12. RGB value is (5,26,18). Sum of RGB (Red+Green+Blue) = 5+26+18=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #051A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A12 is #FAE5ED. Grayscale: #121212. Windows color (decimal): -16442862 or 1186309. OLE color: 1186309.

HSL color Cylindrical-coordinate representation of color #051A12: hue angle of 157.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 #051A12 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB52618-
CMYK0.8100.310.90
HSL157.14º67.74%6.08%-
HSV(B)157.14º80.77%10.2%-
XYZ0.540.810.7-
YUV18.81127.54118.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 26 (10.55% from 255) = 53.06%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=10.20%
G=53.06%
B=36.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal526180.8100.310.90157.1467.746.08
Hex51A125101F5A9d446
Octal532221210371322351046
Binary101110101001010100010111111011010100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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