Html Css Color HEX #058D32 Dark Spring Green

📋 copy color: '#058D32'

red 5 ◦ green 141 ◦ blue 50

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

Shades of Dark Spring Green #058D32

Tints of Dark Spring Green #058D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 71.94%

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

R = 2.55%
G = 71.94%
B = 25.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#058D32 (or 0x058D32) is known color: Dark Spring Green. HEX triplet: 05, 8D and 32. RGB value is (5,141,50). Sum of RGB (Red+Green+Blue) = 5+141+50=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 141 (55.47% from 255 or 71.94% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 141 - color contains mainly: green. Hex color #058D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D32 is #FA72CD. Grayscale: #5A5A5A. Windows color (decimal): -16413390 or 3312901. OLE color: 3312901.

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

Color convert

RGB 5 141 50 -
CMYK 0.96 0 0.65 0.45
HSL 139.85º 0.93% 0.29% -
HSV(B) 139.85º 0.96% 0.55% -
XYZ 10.16 19.31 6.21 -
YUV 89.96 105.44 67.4 -
System Red Green Blue C M Y K H S L
Decimal 5 141 50 0.96 0 0.65 0.45 139.85 0.93 0.29
Hex 5 8D 32 60 0 41 2D 8C 5D 1D
Octal 5 215 62 140 0 101 55 214 135 35
Binary 101 10001101 110010 1100000 0 1000001 101101 10001100 1011101 11101

Color Harmonies of #058D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D32

Black with #058D32

Text Example


Text Example

White with #058D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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