Html Css Color HEX #058D30 Dark Spring Green

📋 copy color: '#058D30'

red 5 ◦ green 141 ◦ blue 48

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

Shades of Dark Spring Green #058D30

Tints of Dark Spring Green #058D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 2.58%
G = 72.68%
B = 24.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#058D30 (or 0x058D30) is known color: Dark Spring Green. HEX triplet: 05, 8D and 30. RGB value is (5,141,48). Sum of RGB (Red+Green+Blue) = 5+141+48=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 141 (55.47% from 255 or 72.68% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 141 - color contains mainly: green. Hex color #058D30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D30 is #FA72CF. Grayscale: #595959. Windows color (decimal): -16413392 or 3181829. OLE color: 3181829.

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

Color convert

RGB 5 141 48 -
CMYK 0.96 0 0.66 0.45
HSL 138.97º 0.93% 0.29% -
HSV(B) 138.97º 0.96% 0.55% -
XYZ 10.12 19.3 5.99 -
YUV 89.73 104.44 67.56 -
System Red Green Blue C M Y K H S L
Decimal 5 141 48 0.96 0 0.66 0.45 138.97 0.93 0.29
Hex 5 8D 30 60 0 42 2D 8B 5D 1D
Octal 5 215 60 140 0 102 55 213 135 35
Binary 101 10001101 110000 1100000 0 1000010 101101 10001011 1011101 11101

Color Harmonies of #058D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058D30

Black with #058D30

Text Example


Text Example

White with #058D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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