Html Css Color HEX #058D33 Dark Spring Green

📋 copy color: '#058D33'

red 5 ◦ green 141 ◦ blue 51

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

Shades of Dark Spring Green #058D33

Tints of Dark Spring Green #058D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 2.54%
G = 71.57%
B = 25.89%

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

#058D33 (or 0x058D33) is known color: Dark Spring Green. HEX triplet: 05, 8D and 33. RGB value is (5,141,51). Sum of RGB (Red+Green+Blue) = 5+141+51=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 141 (55.47% from 255 or 71.57% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 141 - color contains mainly: green. Hex color #058D33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D33 is #FA72CC. Grayscale: #5A5A5A. Windows color (decimal): -16413389 or 3378437. OLE color: 3378437.

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

Color convert

RGB 5 141 51 -
CMYK 0.96 0 0.64 0.45
HSL 140.29º 0.93% 0.29% -
HSV(B) 140.29º 0.96% 0.55% -
XYZ 10.19 19.32 6.32 -
YUV 90.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 5 141 51 0.96 0 0.64 0.45 140.29 0.93 0.29
Hex 5 8D 33 60 0 40 2D 8C 5D 1D
Octal 5 215 63 140 0 100 55 214 135 35
Binary 101 10001101 110011 1100000 0 1000000 101101 10001100 1011101 11101

Color Harmonies of #058D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D33

Black with #058D33

Text Example


Text Example

White with #058D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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