Html Css Color HEX #058030 Dark Spring Green

📋 copy color: '#058030'

red 5 ◦ green 128 ◦ blue 48

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

Shades of Dark Spring Green #058030

Tints of Dark Spring Green #058030

RGB

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

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

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

R = 2.76%
G = 70.72%
B = 26.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#058030 (or 0x058030) is known color: Dark Spring Green. HEX triplet: 05, 80 and 30. RGB value is (5,128,48). Sum of RGB (Red+Green+Blue) = 5+128+48=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #058030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058030 is #FA7FCF. Grayscale: #525252. Windows color (decimal): -16416720 or 3178501. OLE color: 3178501.

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

Color convert

RGB 5 128 48 -
CMYK 0.96 0 0.62 0.50
HSL 140.98º 0.92% 0.26% -
HSV(B) 140.98º 0.96% 0.5% -
XYZ 8.32 15.68 5.39 -
YUV 82.1 108.75 73 -
System Red Green Blue C M Y K H S L
Decimal 5 128 48 0.96 0 0.62 0.50 140.98 0.92 0.26
Hex 5 80 30 60 0 3E 32 8D 5C 1A
Octal 5 200 60 140 0 76 62 215 134 32
Binary 101 10000000 110000 1100000 0 111110 110010 10001101 1011100 11010

Color Harmonies of #058030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058030

Black with #058030

Text Example


Text Example

White with #058030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058030; }

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

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

background-color css

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

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

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

border-color css

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

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

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