#296047

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

Shades of Green Pea #296047

Tints of Green Pea #296047

Color information

#296047 (or 0x296047) is unknown color: approx Green Pea. HEX triplet: 29, 60 and 47. RGB value is (41,96,71). Sum of RGB (Red+Green+Blue) = 41+96+71=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #296047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296047 is #D69FB8. Grayscale: #4C4C4C. Windows color (decimal): -14065593 or 4677673. OLE color: 4677673.

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

Color convert

RGB419671-
CMYK0.5700.260.62
HSL152.73º40.15%26.86%-
HSV(B)152.73º57.29%37.65%-
XYZ6.239.297.43-
YUV76.7124.78102.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=19.71%
G=46.15%
B=34.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196710.5700.260.62152.7340.1526.86
Hex2960473901A3E99281b
Octal5114010771032762315033
Binary101001110000010001111110010110101111101001100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296047; }

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

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

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

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

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

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

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

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