#1E6140

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

Shades of Green Pea #1E6140

Tints of Green Pea #1E6140

Color information

#1E6140 (or 0x1E6140) is unknown color: approx Green Pea. HEX triplet: 1E, 61 and 40. RGB value is (30,97,64). Sum of RGB (Red+Green+Blue) = 30+97+64=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6140 is #E19EBF. Grayscale: #494949. Windows color (decimal): -14786240 or 4219166. OLE color: 4219166.

HSL color Cylindrical-coordinate representation of color #1E6140: hue angle of 150.45º 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 #1E6140 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB309764-
CMYK0.6900.340.62
HSL150.45º52.76%24.9%-
HSV(B)150.45º69.07%38.04%-
XYZ5.749.26.32-
YUV73.2122.897.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.71%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=15.71%
G=50.79%
B=33.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097640.6900.340.62150.4552.7624.9
Hex1E6140450223E963519
Octal36141100105042762266531
Binary1111011000011000000100010101000101111101001011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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