#051F13

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

Shades of Dark Green #051F13

Tints of Dark Green #051F13

Color information

#051F13 (or 0x051F13) is unknown color: approx Dark Green. HEX triplet: 05, 1F and 13. RGB value is (5,31,19). Sum of RGB (Red+Green+Blue) = 5+31+19=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #051F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F13 is #FAE0EC. Grayscale: #151515. Windows color (decimal): -16441581 or 1253125. OLE color: 1253125.

HSL color Cylindrical-coordinate representation of color #051F13: hue angle of 152.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F13 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB53119-
CMYK0.8400.390.88
HSL152.31º72.22%7.06%-
HSV(B)152.31º83.87%12.16%-
XYZ0.671.060.79-
YUV21.86126.39115.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 31 (12.5% from 255) = 56.36%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=9.09%
G=56.36%
B=34.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal531190.8400.390.88152.3172.227.06
Hex51F13540275898487
Octal537231240471302301107
Binary1011111110011101010001001111011000100110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,31,19); }

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

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

 a { background-color: rgb(5,31,19); }

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

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

 span { border-color: rgb(5,31,19); }

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