#296940

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

Shades of Green Pea #296940

Tints of Green Pea #296940

Color information

#296940 (or 0x296940) is unknown color: approx Green Pea. HEX triplet: 29, 69 and 40. RGB value is (41,105,64). Sum of RGB (Red+Green+Blue) = 41+105+64=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #296940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296940 is #D696BF. Grayscale: #515151. Windows color (decimal): -14063296 or 4221225. OLE color: 4221225.

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

Color convert

RGB4110564-
CMYK0.6100.390.59
HSL141.56º43.84%28.63%-
HSV(B)141.56º60.95%41.18%-
XYZ6.8910.946.6-
YUV81.19118.399.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=19.52%
G=50%
B=30.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105640.6100.390.59141.5643.8428.63
Hex2969403D0273B8e2c1d
Octal5115110075047732165435
Binary1010011101001100000011110101001111110111000111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296940; }

 p { color: rgb(41,105,64); }

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

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

 a { background-color: rgb(41,105,64); }

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

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

 span { border-color: rgb(41,105,64); }

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