#058D33

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

Shades of Dark Spring Green #058D33

Tints of Dark Spring Green #058D33

Color information

#058D33 (or 0x058D33) is unknown color: approx Dark Spring Green. HEX triplet: 05, 8D and 33. RGB value is (5,141,51). Sum of RGB (Red+Green+Blue) = 5+141+51=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #058D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D33 is #FA72CC. Grayscale: #5A5A5A. Windows color (decimal): -16413389 or 3378437. OLE color: 3378437.

HSL color Cylindrical-coordinate representation of color #058D33: hue angle of 140.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D33 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB514151-
CMYK0.9600.640.45
HSL140.29º93.15%28.63%-
HSV(B)140.29º96.45%55.29%-
XYZ10.1919.326.32-
YUV90.08105.9467.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 141 (55.47% from 255) = 71.57%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=2.54%
G=71.57%
B=25.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5141510.9600.640.45140.2993.1528.63
Hex58D33600402D8c5d1d
Octal52156314001005521413535
Binary1011000110111001111000000100000010110110001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058D33; }

 p { color: rgb(5,141,51); }

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

<style>
 a { background-color: #058D33; }

 a { background-color: rgb(5,141,51); }

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

<style>
 span { border-color: #058D33; }

 span { border-color: rgb(5,141,51); }

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