Html Css Color HEX #058230 Dark Spring Green

📋 copy color: '#058230'

red 5 ◦ green 130 ◦ blue 48

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

Shades of Dark Spring Green #058230

Tints of Dark Spring Green #058230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 71.04%

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

R = 2.73%
G = 71.04%
B = 26.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#058230 (or 0x058230) is known color: Dark Spring Green. HEX triplet: 05, 82 and 30. RGB value is (5,130,48). Sum of RGB (Red+Green+Blue) = 5+130+48=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #058230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058230 is #FA7DCF. Grayscale: #535353. Windows color (decimal): -16416208 or 3179013. OLE color: 3179013.

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

Color convert

RGB 5 130 48 -
CMYK 0.96 0 0.63 0.49
HSL 140.64º 0.93% 0.26% -
HSV(B) 140.64º 0.96% 0.51% -
XYZ 8.58 16.21 5.47 -
YUV 83.28 108.09 72.17 -
System Red Green Blue C M Y K H S L
Decimal 5 130 48 0.96 0 0.63 0.49 140.64 0.93 0.26
Hex 5 82 30 60 0 3F 31 8D 5D 1A
Octal 5 202 60 140 0 77 61 215 135 32
Binary 101 10000010 110000 1100000 0 111111 110001 10001101 1011101 11010

Color Harmonies of #058230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058230

Black with #058230

Text Example


Text Example

White with #058230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058230; }

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

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

background-color css

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

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

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

border-color css

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

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

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