Html Css Color HEX #058035 Dark Spring Green

📋 copy color: '#058035'

red 5 ◦ green 128 ◦ blue 53

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

Shades of Dark Spring Green #058035

Tints of Dark Spring Green #058035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 68.82%

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

R = 2.69%
G = 68.82%
B = 28.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#058035 (or 0x058035) is known color: Dark Spring Green. HEX triplet: 05, 80 and 35. RGB value is (5,128,53). Sum of RGB (Red+Green+Blue) = 5+128+53=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #058035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058035 is #FA7FCA. Grayscale: #525252. Windows color (decimal): -16416715 or 3506181. OLE color: 3506181.

HSL color Cylindrical-coordinate representation of color #058035: hue angle of 143.41º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058035 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 53 -
CMYK 0.96 0 0.59 0.50
HSL 143.41º 0.92% 0.26% -
HSV(B) 143.41º 0.96% 0.5% -
XYZ 8.42 15.73 5.96 -
YUV 82.67 111.25 72.6 -
System Red Green Blue C M Y K H S L
Decimal 5 128 53 0.96 0 0.59 0.50 143.41 0.92 0.26
Hex 5 80 35 60 0 3B 32 8F 5C 1A
Octal 5 200 65 140 0 73 62 217 134 32
Binary 101 10000000 110101 1100000 0 111011 110010 10001111 1011100 11010

Color Harmonies of #058035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058035

Black with #058035

Text Example


Text Example

White with #058035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058035; }

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

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

background-color css

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

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

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

border-color css

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

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

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