#05852F

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

Shades of Dark Spring Green #05852F

Tints of Dark Spring Green #05852F

Color information

#05852F (or 0x05852F) is unknown color: approx Dark Spring Green. HEX triplet: 05, 85 and 2F. RGB value is (5,133,47). Sum of RGB (Red+Green+Blue) = 5+133+47=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #05852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05852F is #FA7AD0. Grayscale: #555555. Windows color (decimal): -16415441 or 3114245. OLE color: 3114245.

HSL color Cylindrical-coordinate representation of color #05852F: hue angle of 139.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05852F is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB513347-
CMYK0.9600.650.48
HSL139.69º92.75%27.06%-
HSV(B)139.69º96.24%52.16%-
XYZ8.9617.015.5-
YUV84.92106.5970.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 133 (52.34% from 255) = 71.89%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=2.70%
G=71.89%
B=25.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133470.9600.650.48139.6992.7527.06
Hex5852F60041308c5d1b
Octal52055714001016021413533
Binary1011000010110111111000000100000111000010001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05852F; }

 p { color: rgb(5,133,47); }

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

<style>
 a { background-color: #05852F; }

 a { background-color: rgb(5,133,47); }

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

<style>
 span { border-color: #05852F; }

 span { border-color: rgb(5,133,47); }

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