#057E30

Color #057E30 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #057E30

Tints of Dark Spring Green #057E30

Color information

#057E30 (or 0x057E30) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7E and 30. RGB value is (5,126,48). Sum of RGB (Red+Green+Blue) = 5+126+48=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 126 (49.61% from 255 or 70.39% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 126 - color contains mainly: green. Hex color #057E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057E30 is #FA81CF. Grayscale: #515151. Windows color (decimal): -16417232 or 3177989. OLE color: 3177989.

HSL color Cylindrical-coordinate representation of color #057E30: hue angle of 141.32º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057E30 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB512648-
CMYK0.9600.620.51
HSL141.32º92.37%25.69%-
HSV(B)141.32º96.03%49.41%-
XYZ8.0615.175.3-
YUV80.93109.4173.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 126 (49.61% from 255) = 70.39%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=2.79%
G=70.39%
B=26.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5126480.9600.620.51141.3292.3725.69
Hex57E306003E338d5c1a
Octal5176601400766321513432
Binary10111111101100001100000011111011001110001101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057E30; }

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

 H1.HeaderClassName
 {
   color: #057E30;
 }
 .AnyTagClassName
 {
   color: #057E30;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #057E30;
 }
 .BgClassName
 {
   background-color: #057E30;
 }
</style>
border-color css

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

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

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