Html Css Color HEX #058430 Dark Spring Green

📋 copy color: '#058430'

red 5 ◦ green 132 ◦ blue 48

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

Shades of Dark Spring Green #058430

Tints of Dark Spring Green #058430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 71.35%

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

R = 2.7%
G = 71.35%
B = 25.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#058430 (or 0x058430) is known color: Dark Spring Green. HEX triplet: 05, 84 and 30. RGB value is (5,132,48). Sum of RGB (Red+Green+Blue) = 5+132+48=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 132 (51.95% from 255 or 71.35% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 132 - color contains mainly: green. Hex color #058430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058430 is #FA7BCF. Grayscale: #545454. Windows color (decimal): -16415696 or 3179525. OLE color: 3179525.

HSL color Cylindrical-coordinate representation of color #058430: hue angle of 140.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058430 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 48 -
CMYK 0.96 0 0.64 0.48
HSL 140.32º 0.93% 0.27% -
HSV(B) 140.32º 0.96% 0.52% -
XYZ 8.85 16.75 5.56 -
YUV 84.45 107.42 71.33 -
System Red Green Blue C M Y K H S L
Decimal 5 132 48 0.96 0 0.64 0.48 140.32 0.93 0.27
Hex 5 84 30 60 0 40 30 8C 5D 1B
Octal 5 204 60 140 0 100 60 214 135 33
Binary 101 10000100 110000 1100000 0 1000000 110000 10001100 1011101 11011

Color Harmonies of #058430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058430

Black with #058430

Text Example


Text Example

White with #058430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058430; }

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

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

background-color css

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

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

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

border-color css

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

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

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