Html Css Color HEX #058931 Dark Spring Green

📋 copy color: '#058931'

red 5 ◦ green 137 ◦ blue 49

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

Shades of Dark Spring Green #058931

Tints of Dark Spring Green #058931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 71.73%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 2.62%
G = 71.73%
B = 25.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#058931 (or 0x058931) is known color: Dark Spring Green. HEX triplet: 05, 89 and 31. RGB value is (5,137,49). Sum of RGB (Red+Green+Blue) = 5+137+49=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 137 (53.91% from 255 or 71.73% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 137 - color contains mainly: green. Hex color #058931 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058931 is #FA76CE. Grayscale: #575757. Windows color (decimal): -16414415 or 3246341. OLE color: 3246341.

HSL color Cylindrical-coordinate representation of color #058931: hue angle of 140º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058931 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 49 -
CMYK 0.96 0 0.64 0.46
HSL 140º 0.93% 0.28% -
HSV(B) 140º 0.96% 0.54% -
XYZ 9.56 18.15 5.9 -
YUV 87.5 106.27 69.16 -
System Red Green Blue C M Y K H S L
Decimal 5 137 49 0.96 0 0.64 0.46 140 0.93 0.28
Hex 5 89 31 60 0 40 2E 8C 5D 1C
Octal 5 211 61 140 0 100 56 214 135 34
Binary 101 10001001 110001 1100000 0 1000000 101110 10001100 1011101 11100

Color Harmonies of #058931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058931

Black with #058931

Text Example


Text Example

White with #058931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058931; }

 p { color: rgb(5,137,49); }

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

background-color css

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

 a { background-color: rgb(5,137,49); }

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

border-color css

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

 span { border-color: rgb(5,137,49); }

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