#296640

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

Shades of Green Pea #296640

Tints of Green Pea #296640

Color information

#296640 (or 0x296640) is unknown color: approx Green Pea. HEX triplet: 29, 66 and 40. RGB value is (41,102,64). Sum of RGB (Red+Green+Blue) = 41+102+64=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #296640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296640 is #D699BF. Grayscale: #4F4F4F. Windows color (decimal): -14064064 or 4220457. OLE color: 4220457.

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

Color convert

RGB4110264-
CMYK0.6000.370.6
HSL142.62º42.66%28.04%-
HSV(B)142.62º59.8%40%-
XYZ6.5910.346.5-
YUV79.43119.29100.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=19.81%
G=49.28%
B=30.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102640.6000.370.6142.6242.6628.04
Hex2966403C0253C8f2b1c
Octal5114610074045742175334
Binary1010011100110100000011110001001011111001000111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296640; }

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

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

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

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

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

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

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

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