#1E5D42

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

Shades of Fun Green #1E5D42

Tints of Fun Green #1E5D42

Color information

#1E5D42 (or 0x1E5D42) is unknown color: approx Fun Green. HEX triplet: 1E, 5D and 42. RGB value is (30,93,66). Sum of RGB (Red+Green+Blue) = 30+93+66=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5D42 is #E1A2BD. Grayscale: #474747. Windows color (decimal): -14787262 or 4349214. OLE color: 4349214.

HSL color Cylindrical-coordinate representation of color #1E5D42: hue angle of 154.29º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5D42 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB309366-
CMYK0.6800.290.64
HSL154.29º51.22%24.12%-
HSV(B)154.29º67.74%36.47%-
XYZ5.438.56.51-
YUV71.08125.1398.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.87%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=15.87%
G=49.21%
B=34.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3093660.6800.290.64154.2951.2224.12
Hex1E5D424401D409a3318
Octal361351021040351002326330
Binary1111010111011000010100010001110110000001001101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,93,66); }

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

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

 a { background-color: rgb(30,93,66); }

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

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

 span { border-color: rgb(30,93,66); }

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