#296C4A

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

Shades of Green Pea #296C4A

Tints of Green Pea #296C4A

Color information

#296C4A (or 0x296C4A) is unknown color: approx Green Pea. HEX triplet: 29, 6C and 4A. RGB value is (41,108,74). Sum of RGB (Red+Green+Blue) = 41+108+74=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #296C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296C4A is #D693B5. Grayscale: #545454. Windows color (decimal): -14062518 or 4877353. OLE color: 4877353.

HSL color Cylindrical-coordinate representation of color #296C4A: hue angle of 149.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296C4A is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB4110874-
CMYK0.6200.310.58
HSL149.55º44.97%29.22%-
HSV(B)149.55º62.04%42.35%-
XYZ7.5111.698.34-
YUV84.09122.397.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 108 (42.58% from 255) = 48.43%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=18.39%
G=48.43%
B=33.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108740.6200.310.58149.5544.9729.22
Hex296C4A3E01F3A962d1d
Octal5115411276037722265535
Binary101001110110010010101111100111111110101001011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296C4A; }

 p { color: rgb(41,108,74); }

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

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

 a { background-color: rgb(41,108,74); }

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

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

 span { border-color: rgb(41,108,74); }

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