#296040

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

Shades of Green Pea #296040

Tints of Green Pea #296040

Color information

#296040 (or 0x296040) is unknown color: approx Green Pea. HEX triplet: 29, 60 and 40. RGB value is (41,96,64). Sum of RGB (Red+Green+Blue) = 41+96+64=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #296040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296040 is #D69FBF. Grayscale: #4B4B4B. Windows color (decimal): -14065600 or 4218921. OLE color: 4218921.

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

Color convert

RGB419664-
CMYK0.5700.330.62
HSL145.09º40.15%26.86%-
HSV(B)145.09º57.29%37.65%-
XYZ6.029.216.31-
YUV75.91121.28103.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=20.40%
G=47.76%
B=31.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196640.5700.330.62145.0940.1526.86
Hex296040390213E91281b
Octal5114010071041762215033
Binary1010011100000100000011100101000011111101001000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296040; }

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

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

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

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

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

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

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

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