#1E6142

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

Shades of Green Pea #1E6142

Tints of Green Pea #1E6142

Color information

#1E6142 (or 0x1E6142) is unknown color: approx Green Pea. HEX triplet: 1E, 61 and 42. RGB value is (30,97,66). Sum of RGB (Red+Green+Blue) = 30+97+66=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6142 is #E19EBD. Grayscale: #494949. Windows color (decimal): -14786238 or 4350238. OLE color: 4350238.

HSL color Cylindrical-coordinate representation of color #1E6142: hue angle of 152.24º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6142 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB309766-
CMYK0.6900.320.62
HSL152.24º52.76%24.9%-
HSV(B)152.24º69.07%38.04%-
XYZ5.799.226.63-
YUV73.43123.897.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=15.54%
G=50.26%
B=34.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097660.6900.320.62152.2452.7624.9
Hex1E6142450203E983519
Octal36141102105040762306531
Binary1111011000011000010100010101000001111101001100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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