Html Css Color HEX #058C30 Dark Spring Green

📋 copy color: '#058C30'

red 5 ◦ green 140 ◦ blue 48

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

Shades of Dark Spring Green #058C30

Tints of Dark Spring Green #058C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 72.54%

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

R = 2.59%
G = 72.54%
B = 24.87%

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

#058C30 (or 0x058C30) is known color: Dark Spring Green. HEX triplet: 05, 8C and 30. RGB value is (5,140,48). Sum of RGB (Red+Green+Blue) = 5+140+48=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 140 (55.08% from 255 or 72.54% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 140 - color contains mainly: green. Hex color #058C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C30 is #FA73CF. Grayscale: #595959. Windows color (decimal): -16413648 or 3181573. OLE color: 3181573.

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

Color convert

RGB 5 140 48 -
CMYK 0.96 0 0.66 0.45
HSL 139.11º 0.93% 0.28% -
HSV(B) 139.11º 0.96% 0.55% -
XYZ 9.97 19 5.94 -
YUV 89.15 104.77 67.98 -
System Red Green Blue C M Y K H S L
Decimal 5 140 48 0.96 0 0.66 0.45 139.11 0.93 0.28
Hex 5 8C 30 60 0 42 2D 8B 5D 1C
Octal 5 214 60 140 0 102 55 213 135 34
Binary 101 10001100 110000 1100000 0 1000010 101101 10001011 1011101 11100

Color Harmonies of #058C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C30

Black with #058C30

Text Example


Text Example

White with #058C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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