#05312A

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

Shades of Dark Green #05312A

Tints of Dark Green #05312A

Color information

#05312A (or 0x05312A) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 2A. RGB value is (5,49,42). Sum of RGB (Red+Green+Blue) = 5+49+42=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #05312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05312A is #FACED5. Grayscale: #232323. Windows color (decimal): -16436950 or 2765061. OLE color: 2765061.

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

Color convert

RGB54942-
CMYK0.9000.140.81
HSL170.45º81.48%10.59%-
HSV(B)170.45º89.8%19.22%-
XYZ1.582.42.57-
YUV35.05131.92106.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 49 (19.53% from 255) = 51.04%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=5.21%
G=51.04%
B=43.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549420.9000.140.81170.4581.4810.59
Hex5312A5A0E51aa51b
Octal5615213201612125212113
Binary10111000110101010110100111010100011010101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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