#296240

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

Shades of Green Pea #296240

Tints of Green Pea #296240

Color information

#296240 (or 0x296240) is unknown color: approx Green Pea. HEX triplet: 29, 62 and 40. RGB value is (41,98,64). Sum of RGB (Red+Green+Blue) = 41+98+64=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #296240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296240 is #D69DBF. Grayscale: #4D4D4D. Windows color (decimal): -14065088 or 4219433. OLE color: 4219433.

HSL color Cylindrical-coordinate representation of color #296240: hue angle of 144.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296240 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB419864-
CMYK0.5800.350.62
HSL144.21º41.01%27.25%-
HSV(B)144.21º58.16%38.43%-
XYZ6.219.586.37-
YUV77.08120.62102.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=20.20%
G=48.28%
B=31.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198640.5800.350.62144.2141.0127.25
Hex2962403A0233E90291b
Octal5114210072043762205133
Binary1010011100010100000011101001000111111101001000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296240; }

 p { color: rgb(41,98,64); }

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

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

 a { background-color: rgb(41,98,64); }

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

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

 span { border-color: rgb(41,98,64); }

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