#295641

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

Shades of Green Pea #295641

Tints of Green Pea #295641

Color information

#295641 (or 0x295641) is unknown color: approx Green Pea. HEX triplet: 29, 56 and 41. RGB value is (41,86,65). Sum of RGB (Red+Green+Blue) = 41+86+65=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #295641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295641 is #D6A9BE. Grayscale: #464646. Windows color (decimal): -14068159 or 4281897. OLE color: 4281897.

HSL color Cylindrical-coordinate representation of color #295641: hue angle of 152º 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 #295641 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB418665-
CMYK0.5200.240.66
HSL152º35.43%24.9%-
HSV(B)152º52.33%33.73%-
XYZ5.27.516.18-
YUV70.15125.09107.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.35%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=21.35%
G=44.79%
B=33.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4186650.5200.240.6615235.4324.9
Hex2956413401842982319
Octal51126101640301022304331
Binary1010011010110100000111010001100010000101001100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295641; }

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

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

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

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

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

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

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

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