#1E6040

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

Shades of Green Pea #1E6040

Tints of Green Pea #1E6040

Color information

#1E6040 (or 0x1E6040) is unknown color: approx Green Pea. HEX triplet: 1E, 60 and 40. RGB value is (30,96,64). Sum of RGB (Red+Green+Blue) = 30+96+64=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6040 is #E19FBF. Grayscale: #484848. Windows color (decimal): -14786496 or 4218910. OLE color: 4218910.

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

Color convert

RGB309664-
CMYK0.6900.330.62
HSL150.91º52.38%24.71%-
HSV(B)150.91º68.75%37.65%-
XYZ5.649.016.29-
YUV72.62123.1397.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.79%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=15.79%
G=50.53%
B=33.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096640.6900.330.62150.9152.3824.71
Hex1E6040450213E973419
Octal36140100105041762276431
Binary1111011000001000000100010101000011111101001011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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