#1E6B48

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

Shades of Dark Spring Green #1E6B48

Tints of Dark Spring Green #1E6B48

Color information

#1E6B48 (or 0x1E6B48) is unknown color: approx Dark Spring Green. HEX triplet: 1E, 6B and 48. RGB value is (30,107,72). Sum of RGB (Red+Green+Blue) = 30+107+72=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6B48 is #E194B7. Grayscale: #505050. Windows color (decimal): -14783672 or 4746014. OLE color: 4746014.

HSL color Cylindrical-coordinate representation of color #1E6B48: hue angle of 152.73º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B48 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB3010772-
CMYK0.7200.330.58
HSL152.73º56.2%26.86%-
HSV(B)152.73º71.96%41.96%-
XYZ6.9611.267.94-
YUV79.99123.4992.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.35%
GREEN value IS 107 (42.19% from 255) = 51.20%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=14.35%
G=51.20%
B=34.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30107720.7200.330.58152.7356.226.86
Hex1E6B48480213A99381b
Octal36153110110041722317033
Binary1111011010111001000100100001000011110101001100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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