#058C30

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

Shades of Dark Spring Green #058C30

Tints of Dark Spring Green #058C30

Color information

#058C30 (or 0x058C30) is unknown color: approx Dark Spring Green. HEX triplet: 05, 8C and 30. RGB value is (5,140,48). Sum of RGB (Red+Green+Blue) = 5+140+48=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 140 (55.08% from 255 or 72.54% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 140 - color contains mainly: green. Hex color #058C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C30 is #FA73CF. Grayscale: #595959. Windows color (decimal): -16413648 or 3181573. OLE color: 3181573.

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

Color convert

RGB514048-
CMYK0.9600.660.45
HSL139.11º93.1%28.43%-
HSV(B)139.11º96.43%54.9%-
XYZ9.97195.94-
YUV89.15104.7767.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 140 (55.08% from 255) = 72.54%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=2.59%
G=72.54%
B=24.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5140480.9600.660.45139.1193.128.43
Hex58C30600422D8b5d1c
Octal52146014001025521313534
Binary1011000110011000011000000100001010110110001011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,140,48); }

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

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

 a { background-color: rgb(5,140,48); }

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

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

 span { border-color: rgb(5,140,48); }

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