#05762F

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

Shades of Dark Spring Green #05762F

Tints of Dark Spring Green #05762F

Color information

#05762F (or 0x05762F) is unknown color: approx Dark Spring Green. HEX triplet: 05, 76 and 2F. RGB value is (5,118,47). Sum of RGB (Red+Green+Blue) = 5+118+47=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #05762F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05762F is #FA89D0. Grayscale: #4C4C4C. Windows color (decimal): -16419281 or 3110405. OLE color: 3110405.

HSL color Cylindrical-coordinate representation of color #05762F: hue angle of 142.3º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05762F is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB511847-
CMYK0.9600.600.54
HSL142.3º91.87%24.12%-
HSV(B)142.3º95.76%46.27%-
XYZ7.0513.194.86-
YUV76.12111.5677.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 118 (46.48% from 255) = 69.41%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=2.94%
G=69.41%
B=27.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118470.9600.600.54142.391.8724.12
Hex5762F6003C368e5c18
Octal5166571400746621613430
Binary10111101101011111100000011110011011010001110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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