Html Css Color HEX #058C32 Dark Spring Green

📋 copy color: '#058C32'

red 5 ◦ green 140 ◦ blue 50

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

Shades of Dark Spring Green #058C32

Tints of Dark Spring Green #058C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 71.79%

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

R = 2.56%
G = 71.79%
B = 25.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#058C32 (or 0x058C32) is known color: Dark Spring Green. HEX triplet: 05, 8C and 32. RGB value is (5,140,50). Sum of RGB (Red+Green+Blue) = 5+140+50=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #058C32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C32 is #FA73CD. Grayscale: #595959. Windows color (decimal): -16413646 or 3312645. OLE color: 3312645.

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

Color convert

RGB 5 140 50 -
CMYK 0.96 0 0.64 0.45
HSL 140º 0.93% 0.28% -
HSV(B) 140º 0.96% 0.55% -
XYZ 10.02 19.02 6.16 -
YUV 89.38 105.77 67.82 -
System Red Green Blue C M Y K H S L
Decimal 5 140 50 0.96 0 0.64 0.45 140 0.93 0.28
Hex 5 8C 32 60 0 40 2D 8C 5D 1C
Octal 5 214 62 140 0 100 55 214 135 34
Binary 101 10001100 110010 1100000 0 1000000 101101 10001100 1011101 11100

Color Harmonies of #058C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C32

Black with #058C32

Text Example


Text Example

White with #058C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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