Html Css Color HEX #058232 Dark Spring Green

📋 copy color: '#058232'

red 5 ◦ green 130 ◦ blue 50

#058232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #058232

Tints of Dark Spring Green #058232

RGB

 RED value IS 5 (2.34% from 255) = 2.7%

 GREEN value IS 130 (51.17% from 255) = 70.27%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 2.7%
G = 70.27%
B = 27.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#058232 (or 0x058232) is known color: Dark Spring Green. HEX triplet: 05, 82 and 32. RGB value is (5,130,50). Sum of RGB (Red+Green+Blue) = 5+130+50=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #058232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058232 is #FA7DCD. Grayscale: #535353. Windows color (decimal): -16416206 or 3310085. OLE color: 3310085.

HSL color Cylindrical-coordinate representation of color #058232: hue angle of 141.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058232 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 50 -
CMYK 0.96 0 0.62 0.49
HSL 141.6º 0.93% 0.26% -
HSV(B) 141.6º 0.96% 0.51% -
XYZ 8.62 16.23 5.7 -
YUV 83.51 109.09 72 -
System Red Green Blue C M Y K H S L
Decimal 5 130 50 0.96 0 0.62 0.49 141.6 0.93 0.26
Hex 5 82 32 60 0 3E 31 8E 5D 1A
Octal 5 202 62 140 0 76 61 216 135 32
Binary 101 10000010 110010 1100000 0 111110 110001 10001110 1011101 11010

Color Harmonies of #058232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058232

Black with #058232

Text Example


Text Example

White with #058232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058232; }

 p { color: rgb(5,130,50); }

 H1.HeaderClassName
 {
   color: #058232;
 }
 .AnyTagClassName
 {
   color: #058232;
 }
</style>

background-color css

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

 a { background-color: rgb(5,130,50); }

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

border-color css

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

 span { border-color: rgb(5,130,50); }

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