#05312C

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

Shades of Dark Green #05312C

Tints of Dark Green #05312C

Color information

#05312C (or 0x05312C) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 2C. RGB value is (5,49,44). Sum of RGB (Red+Green+Blue) = 5+49+44=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #05312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05312C is #FACED3. Grayscale: #232323. Windows color (decimal): -16436948 or 2896133. OLE color: 2896133.

HSL color Cylindrical-coordinate representation of color #05312C: hue angle of 173.18º 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 #05312C is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB54944-
CMYK0.9000.100.81
HSL173.18º81.48%10.59%-
HSV(B)173.18º89.8%19.22%-
XYZ1.622.412.76-
YUV35.27132.92106.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=5.10%
G=50%
B=44.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549440.9000.100.81173.1881.4810.59
Hex5312C5A0A51ad51b
Octal5615413201212125512113
Binary10111000110110010110100101010100011010110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05312C; }

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

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

<style>
 a { background-color: #05312C; }

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

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

<style>
 span { border-color: #05312C; }

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

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