Html Css Color HEX #058034 Dark Spring Green

📋 copy color: '#058034'

red 5 ◦ green 128 ◦ blue 52

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

Shades of Dark Spring Green #058034

Tints of Dark Spring Green #058034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 2.7%
G = 69.19%
B = 28.11%

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

#058034 (or 0x058034) is known color: Dark Spring Green. HEX triplet: 05, 80 and 34. RGB value is (5,128,52). Sum of RGB (Red+Green+Blue) = 5+128+52=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #058034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058034 is #FA7FCB. Grayscale: #525252. Windows color (decimal): -16416716 or 3440645. OLE color: 3440645.

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

Color convert

RGB 5 128 52 -
CMYK 0.96 0 0.59 0.50
HSL 142.93º 0.92% 0.26% -
HSV(B) 142.93º 0.96% 0.5% -
XYZ 8.4 15.72 5.84 -
YUV 82.56 110.75 72.68 -
System Red Green Blue C M Y K H S L
Decimal 5 128 52 0.96 0 0.59 0.50 142.93 0.92 0.26
Hex 5 80 34 60 0 3B 32 8F 5C 1A
Octal 5 200 64 140 0 73 62 217 134 32
Binary 101 10000000 110100 1100000 0 111011 110010 10001111 1011100 11010

Color Harmonies of #058034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058034

Black with #058034

Text Example


Text Example

White with #058034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058034; }

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

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

background-color css

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

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

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

border-color css

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

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

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