#295640

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

Shades of Green Pea #295640

Tints of Green Pea #295640

Color information

#295640 (or 0x295640) is unknown color: approx Green Pea. HEX triplet: 29, 56 and 40. RGB value is (41,86,64). Sum of RGB (Red+Green+Blue) = 41+86+64=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #295640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295640 is #D6A9BF. Grayscale: #464646. Windows color (decimal): -14068160 or 4216361. OLE color: 4216361.

HSL color Cylindrical-coordinate representation of color #295640: hue angle of 150.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295640 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB418664-
CMYK0.5200.260.66
HSL150.67º35.43%24.9%-
HSV(B)150.67º52.33%33.73%-
XYZ5.177.56.03-
YUV70.04124.59107.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=21.47%
G=45.03%
B=33.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4186640.5200.260.66150.6735.4324.9
Hex2956403401A42972319
Octal51126100640321022274331
Binary1010011010110100000011010001101010000101001011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295640; }

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

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

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

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

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

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

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

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