#05311E

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

Shades of Dark Green #05311E

Tints of Dark Green #05311E

Color information

#05311E (or 0x05311E) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 1E. RGB value is (5,49,30). Sum of RGB (Red+Green+Blue) = 5+49+30=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #05311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05311E is #FACEE1. Grayscale: #212121. Windows color (decimal): -16436962 or 1978629. OLE color: 1978629.

HSL color Cylindrical-coordinate representation of color #05311E: hue angle of 154.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05311E is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB54930-
CMYK0.9000.390.81
HSL154.09º81.48%10.59%-
HSV(B)154.09º89.8%19.22%-
XYZ1.42.321.6-
YUV33.68125.92107.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=5.95%
G=58.33%
B=35.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549300.9000.390.81154.0981.4810.59
Hex5311E5A027519a51b
Octal5613613204712123212113
Binary101110001111101011010010011110100011001101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05311E; }

 p { color: rgb(5,49,30); }

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

<style>
 a { background-color: #05311E; }

 a { background-color: rgb(5,49,30); }

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

<style>
 span { border-color: #05311E; }

 span { border-color: rgb(5,49,30); }

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