#296549

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

Shades of Green Pea #296549

Tints of Green Pea #296549

Color information

#296549 (or 0x296549) is unknown color: approx Green Pea. HEX triplet: 29, 65 and 49. RGB value is (41,101,73). Sum of RGB (Red+Green+Blue) = 41+101+73=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #296549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296549 is #D69AB6. Grayscale: #4F4F4F. Windows color (decimal): -14064311 or 4810025. OLE color: 4810025.

HSL color Cylindrical-coordinate representation of color #296549: hue angle of 152º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296549 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB4110173-
CMYK0.5900.280.60
HSL152º42.25%27.84%-
HSV(B)152º59.41%39.61%-
XYZ6.7710.267.93-
YUV79.87124.12100.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=19.07%
G=46.98%
B=33.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101730.5900.280.6015242.2527.84
Hex2965493B01C3C982a1c
Octal5114511173034742305234
Binary101001110010110010011110110111001111001001100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296549; }

 p { color: rgb(41,101,73); }

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

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

 a { background-color: rgb(41,101,73); }

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

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

 span { border-color: rgb(41,101,73); }

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