#051F0C

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

Shades of Dark Green #051F0C

Tints of Dark Green #051F0C

Color information

#051F0C (or 0x051F0C) is unknown color: approx Dark Green. HEX triplet: 05, 1F and 0C. RGB value is (5,31,12). Sum of RGB (Red+Green+Blue) = 5+31+12=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 31 (12.5% from 255 or 64.58% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 31 - color contains mainly: green. Hex color #051F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F0C is #FAE0F3. Grayscale: #151515. Windows color (decimal): -16441588 or 794373. OLE color: 794373.

HSL color Cylindrical-coordinate representation of color #051F0C: hue angle of 136.15º 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 #051F0C is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB53112-
CMYK0.8400.610.88
HSL136.15º72.22%7.06%-
HSV(B)136.15º83.87%12.16%-
XYZ0.621.040.52-
YUV21.06122.89116.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.42%
GREEN value IS 31 (12.5% from 255) = 64.58%
BLUE value IS 12 (5.08% from 255) = 25%
R=10.42%
G=64.58%
B=25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal531120.8400.610.88136.1572.227.06
Hex51FC5403D5888487
Octal537141240751302101107
Binary101111111100101010001111011011000100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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