#296042

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

Shades of Green Pea #296042

Tints of Green Pea #296042

Color information

#296042 (or 0x296042) is unknown color: approx Green Pea. HEX triplet: 29, 60 and 42. RGB value is (41,96,66). Sum of RGB (Red+Green+Blue) = 41+96+66=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #296042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296042 is #D69FBD. Grayscale: #4C4C4C. Windows color (decimal): -14065598 or 4349993. OLE color: 4349993.

HSL color Cylindrical-coordinate representation of color #296042: hue angle of 147.27º 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 #296042 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB419666-
CMYK0.5700.310.62
HSL147.27º40.15%26.86%-
HSV(B)147.27º57.29%37.65%-
XYZ6.089.236.62-
YUV76.13122.28102.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=20.20%
G=47.29%
B=32.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196660.5700.310.62147.2740.1526.86
Hex2960423901F3E93281b
Octal5114010271037762235033
Binary101001110000010000101110010111111111101001001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296042; }

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

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

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

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

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

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

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

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