Html Css Color HEX #058235 Dark Spring Green

📋 copy color: '#058235'

red 5 ◦ green 130 ◦ blue 53

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

Shades of Dark Spring Green #058235

Tints of Dark Spring Green #058235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 2.66%
G = 69.15%
B = 28.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#058235 (or 0x058235) is known color: Dark Spring Green. HEX triplet: 05, 82 and 35. RGB value is (5,130,53). Sum of RGB (Red+Green+Blue) = 5+130+53=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #058235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058235 is #FA7DCA. Grayscale: #545454. Windows color (decimal): -16416203 or 3506693. OLE color: 3506693.

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

Color convert

RGB 5 130 53 -
CMYK 0.96 0 0.59 0.49
HSL 143.04º 0.93% 0.26% -
HSV(B) 143.04º 0.96% 0.51% -
XYZ 8.69 16.25 6.05 -
YUV 83.85 110.59 71.76 -
System Red Green Blue C M Y K H S L
Decimal 5 130 53 0.96 0 0.59 0.49 143.04 0.93 0.26
Hex 5 82 35 60 0 3B 31 8F 5D 1A
Octal 5 202 65 140 0 73 61 217 135 32
Binary 101 10000010 110101 1100000 0 111011 110001 10001111 1011101 11010

Color Harmonies of #058235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058235

Black with #058235

Text Example


Text Example

White with #058235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058235; }

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

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

background-color css

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

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

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

border-color css

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

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

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