Html Css Color HEX #058032 Dark Spring Green

📋 copy color: '#058032'

red 5 ◦ green 128 ◦ blue 50

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

Shades of Dark Spring Green #058032

Tints of Dark Spring Green #058032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 69.95%

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

R = 2.73%
G = 69.95%
B = 27.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#058032 (or 0x058032) is known color: Dark Spring Green. HEX triplet: 05, 80 and 32. RGB value is (5,128,50). Sum of RGB (Red+Green+Blue) = 5+128+50=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #058032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058032 is #FA7FCD. Grayscale: #525252. Windows color (decimal): -16416718 or 3309573. OLE color: 3309573.

HSL color Cylindrical-coordinate representation of color #058032: hue angle of 141.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058032 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 50 -
CMYK 0.96 0 0.61 0.50
HSL 141.95º 0.92% 0.26% -
HSV(B) 141.95º 0.96% 0.5% -
XYZ 8.36 15.7 5.61 -
YUV 82.33 109.75 72.84 -
System Red Green Blue C M Y K H S L
Decimal 5 128 50 0.96 0 0.61 0.50 141.95 0.92 0.26
Hex 5 80 32 60 0 3D 32 8E 5C 1A
Octal 5 200 62 140 0 75 62 216 134 32
Binary 101 10000000 110010 1100000 0 111101 110010 10001110 1011100 11010

Color Harmonies of #058032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058032

Black with #058032

Text Example


Text Example

White with #058032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058032; }

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

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

background-color css

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

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

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

border-color css

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

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

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