#058430

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

Shades of Dark Spring Green #058430

Tints of Dark Spring Green #058430

Color information

#058430 (or 0x058430) is unknown color: approx Dark Spring Green. HEX triplet: 05, 84 and 30. RGB value is (5,132,48). Sum of RGB (Red+Green+Blue) = 5+132+48=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #058430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058430 is #FA7BCF. Grayscale: #545454. Windows color (decimal): -16415696 or 3179525. OLE color: 3179525.

HSL color Cylindrical-coordinate representation of color #058430: hue angle of 140.31º 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 #058430 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB513248-
CMYK0.9600.640.48
HSL140.31º92.7%26.86%-
HSV(B)140.31º96.21%51.76%-
XYZ8.8516.755.56-
YUV84.45107.4271.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 132 (51.95% from 255) = 71.35%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=2.70%
G=71.35%
B=25.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132480.9600.640.48140.3192.726.86
Hex5843060040308c5d1b
Octal52046014001006021413533
Binary1011000010011000011000000100000011000010001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058430; }

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

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

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

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

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

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

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

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