#296849

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

Shades of Green Pea #296849

Tints of Green Pea #296849

Color information

#296849 (or 0x296849) is unknown color: approx Green Pea. HEX triplet: 29, 68 and 49. RGB value is (41,104,73). Sum of RGB (Red+Green+Blue) = 41+104+73=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #296849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296849 is #D697B6. Grayscale: #515151. Windows color (decimal): -14063543 or 4810793. OLE color: 4810793.

HSL color Cylindrical-coordinate representation of color #296849: hue angle of 150.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296849 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB4110473-
CMYK0.6100.300.59
HSL150.48º43.45%28.43%-
HSV(B)150.48º60.58%40.78%-
XYZ7.0710.858.03-
YUV81.63123.1399.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=18.81%
G=47.71%
B=33.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104730.6100.300.59150.4843.4528.43
Hex2968493D01E3B962b1c
Octal5115011175036732265334
Binary101001110100010010011111010111101110111001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296849; }

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

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

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

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

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

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

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

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