#296E45

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

Shades of Green Pea #296E45

Tints of Green Pea #296E45

Color information

#296E45 (or 0x296E45) is unknown color: approx Green Pea. HEX triplet: 29, 6E and 45. RGB value is (41,110,69). Sum of RGB (Red+Green+Blue) = 41+110+69=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #296E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296E45 is #D691BA. Grayscale: #545454. Windows color (decimal): -14062011 or 4550185. OLE color: 4550185.

HSL color Cylindrical-coordinate representation of color #296E45: hue angle of 144.35º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296E45 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB4111069-
CMYK0.6300.370.57
HSL144.35º45.7%29.61%-
HSV(B)144.35º62.73%43.14%-
XYZ7.5612.057.56-
YUV84.7119.1496.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 110 (43.36% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=18.64%
G=50%
B=31.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41110690.6300.370.57144.3545.729.61
Hex296E453F02539902e1e
Octal5115610577045712205636
Binary1010011101110100010111111101001011110011001000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,110,69); }

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

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

 a { background-color: rgb(41,110,69); }

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

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

 span { border-color: rgb(41,110,69); }

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