#057C2E

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

Shades of Dark Spring Green #057C2E

Tints of Dark Spring Green #057C2E

Color information

#057C2E (or 0x057C2E) is unknown color: approx Dark Spring Green. HEX triplet: 05, 7C and 2E. RGB value is (5,124,46). Sum of RGB (Red+Green+Blue) = 5+124+46=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 124 (48.83% from 255 or 70.86% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 124 - color contains mainly: green. Hex color #057C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057C2E is #FA83D1. Grayscale: #4F4F4F. Windows color (decimal): -16417746 or 3046405. OLE color: 3046405.

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

Color convert

RGB512446-
CMYK0.9600.630.51
HSL140.67º92.25%25.29%-
HSV(B)140.67º95.97%48.63%-
XYZ7.7614.645-
YUV79.53109.0874.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 124 (48.83% from 255) = 70.86%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=2.86%
G=70.86%
B=26.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5124460.9600.630.51140.6792.2525.29
Hex57C2E6003F338d5c19
Octal5174561400776321513431
Binary10111111001011101100000011111111001110001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,124,46); }

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

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

 a { background-color: rgb(5,124,46); }

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

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

 span { border-color: rgb(5,124,46); }

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