#051C0E

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

Shades of Dark Green #051C0E

Tints of Dark Green #051C0E

Color information

#051C0E (or 0x051C0E) is unknown color: approx Dark Green. HEX triplet: 05, 1C and 0E. RGB value is (5,28,14). Sum of RGB (Red+Green+Blue) = 5+28+14=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #051C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C0E is #FAE3F1. Grayscale: #131313. Windows color (decimal): -16442354 or 924677. OLE color: 924677.

HSL color Cylindrical-coordinate representation of color #051C0E: hue angle of 143.48º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C0E is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.

Color convert

RGB52814-
CMYK0.8200.500.89
HSL143.48º69.7%6.47%-
HSV(B)143.48º82.14%10.98%-
XYZ0.560.890.56-
YUV19.53124.88117.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=10.64%
G=59.57%
B=29.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal528140.8200.500.89143.4869.76.47
Hex51CE52032598f466
Octal534161220621312171066
Binary101111001110101001001100101011001100011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,14); }

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

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

 a { background-color: rgb(5,28,14); }

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

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

 span { border-color: rgb(5,28,14); }

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