Html Css Color HEX #058131 Dark Spring Green

📋 copy color: '#058131'

red 5 ◦ green 129 ◦ blue 49

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

Shades of Dark Spring Green #058131

Tints of Dark Spring Green #058131

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.49%

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

R = 2.73%
G = 70.49%
B = 26.78%

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

#058131 (or 0x058131) is known color: Dark Spring Green. HEX triplet: 05, 81 and 31. RGB value is (5,129,49). Sum of RGB (Red+Green+Blue) = 5+129+49=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #058131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058131 is #FA7ECE. Grayscale: #535353. Windows color (decimal): -16416463 or 3244293. OLE color: 3244293.

HSL color Cylindrical-coordinate representation of color #058131: hue angle of 141.29º 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 #058131 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 129 49 -
CMYK 0.96 0 0.62 0.49
HSL 141.29º 0.93% 0.26% -
HSV(B) 141.29º 0.96% 0.51% -
XYZ 8.47 15.95 5.54 -
YUV 82.8 108.92 72.5 -
System Red Green Blue C M Y K H S L
Decimal 5 129 49 0.96 0 0.62 0.49 141.29 0.93 0.26
Hex 5 81 31 60 0 3E 31 8D 5D 1A
Octal 5 201 61 140 0 76 61 215 135 32
Binary 101 10000001 110001 1100000 0 111110 110001 10001101 1011101 11010

Color Harmonies of #058131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058131

Black with #058131

Text Example


Text Example

White with #058131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058131; }

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

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

background-color css

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

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

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

border-color css

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

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

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