#296B4A

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

Shades of Green Pea #296B4A

Tints of Green Pea #296B4A

Color information

#296B4A (or 0x296B4A) is unknown color: approx Green Pea. HEX triplet: 29, 6B and 4A. RGB value is (41,107,74). Sum of RGB (Red+Green+Blue) = 41+107+74=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #296B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B4A is #D694B5. Grayscale: #535353. Windows color (decimal): -14062774 or 4877097. OLE color: 4877097.

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

Color convert

RGB4110774-
CMYK0.6200.310.58
HSL150º44.59%29.02%-
HSV(B)150º61.68%41.96%-
XYZ7.4111.488.3-
YUV83.5122.6397.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=18.47%
G=48.20%
B=33.33%

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
Decimal41107740.6200.310.5815044.5929.02
Hex296B4A3E01F3A962d1d
Octal5115311276037722265535
Binary101001110101110010101111100111111110101001011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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