Html Css Color HEX #058630 Dark Spring Green

📋 copy color: '#058630'

red 5 ◦ green 134 ◦ blue 48

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

Shades of Dark Spring Green #058630

Tints of Dark Spring Green #058630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 71.66%

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

R = 2.67%
G = 71.66%
B = 25.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#058630 (or 0x058630) is known color: Dark Spring Green. HEX triplet: 05, 86 and 30. RGB value is (5,134,48). Sum of RGB (Red+Green+Blue) = 5+134+48=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 134 (52.73% from 255 or 71.66% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 134 - color contains mainly: green. Hex color #058630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058630 is #FA79CF. Grayscale: #555555. Windows color (decimal): -16415184 or 3180037. OLE color: 3180037.

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

Color convert

RGB 5 134 48 -
CMYK 0.96 0 0.64 0.47
HSL 140º 0.93% 0.27% -
HSV(B) 140º 0.96% 0.53% -
XYZ 9.12 17.3 5.65 -
YUV 85.63 106.76 70.49 -
System Red Green Blue C M Y K H S L
Decimal 5 134 48 0.96 0 0.64 0.47 140 0.93 0.27
Hex 5 86 30 60 0 40 2F 8C 5D 1B
Octal 5 206 60 140 0 100 57 214 135 33
Binary 101 10000110 110000 1100000 0 1000000 101111 10001100 1011101 11011

Color Harmonies of #058630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058630

Black with #058630

Text Example


Text Example

White with #058630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058630; }

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

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

background-color css

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

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

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

border-color css

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

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

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