Html Css Color HEX #058234 Dark Spring Green

📋 copy color: '#058234'

red 5 ◦ green 130 ◦ blue 52

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

Shades of Dark Spring Green #058234

Tints of Dark Spring Green #058234

RGB

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

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

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

R = 2.67%
G = 69.52%
B = 27.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#058234 (or 0x058234) is known color: Dark Spring Green. HEX triplet: 05, 82 and 34. RGB value is (5,130,52). Sum of RGB (Red+Green+Blue) = 5+130+52=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #058234 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058234 is #FA7DCB. Grayscale: #535353. Windows color (decimal): -16416204 or 3441157. OLE color: 3441157.

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

Color convert

RGB 5 130 52 -
CMYK 0.96 0 0.60 0.49
HSL 142.56º 0.93% 0.26% -
HSV(B) 142.56º 0.96% 0.51% -
XYZ 8.67 16.25 5.93 -
YUV 83.73 110.09 71.84 -
System Red Green Blue C M Y K H S L
Decimal 5 130 52 0.96 0 0.60 0.49 142.56 0.93 0.26
Hex 5 82 34 60 0 3C 31 8F 5D 1A
Octal 5 202 64 140 0 74 61 217 135 32
Binary 101 10000010 110100 1100000 0 111100 110001 10001111 1011101 11010

Color Harmonies of #058234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058234

Black with #058234

Text Example


Text Example

White with #058234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058234; }

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

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

background-color css

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

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

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

border-color css

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

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

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