#1E6E48

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

Shades of Dark Spring Green #1E6E48

Tints of Dark Spring Green #1E6E48

Color information

#1E6E48 (or 0x1E6E48) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6E and 48. RGB value is (30,110,72). Sum of RGB (Red+Green+Blue) = 30+110+72=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #1E6E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6E48 is #E191B7. Grayscale: #515151. Windows color (decimal): -14782904 or 4746782. OLE color: 4746782.

HSL color Cylindrical-coordinate representation of color #1E6E48: hue angle of 151.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6E48 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB3011072-
CMYK0.7300.350.57
HSL151.5º57.14%27.45%-
HSV(B)151.5º72.73%43.14%-
XYZ7.2811.98.04-
YUV81.75122.591.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 110 (43.36% from 255) = 51.89%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=14.15%
G=51.89%
B=33.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30110720.7300.350.57151.557.1427.45
Hex1E6E48490233998391b
Octal36156110111043712307133
Binary1111011011101001000100100101000111110011001100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E6E48; }

 p { color: rgb(30,110,72); }

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

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

 a { background-color: rgb(30,110,72); }

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

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

 span { border-color: rgb(30,110,72); }

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