#295540

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

Shades of Green Pea #295540

Tints of Green Pea #295540

Color information

#295540 (or 0x295540) is unknown color: approx Green Pea. HEX triplet: 29, 55 and 40. RGB value is (41,85,64). Sum of RGB (Red+Green+Blue) = 41+85+64=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #295540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295540 is #D6AABF. Grayscale: #454545. Windows color (decimal): -14068416 or 4216105. OLE color: 4216105.

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

Color convert

RGB418564-
CMYK0.5200.250.67
HSL151.36º34.92%24.71%-
HSV(B)151.36º51.76%33.33%-
XYZ5.097.346-
YUV69.45124.92107.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=21.58%
G=44.74%
B=33.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185640.5200.250.67151.3634.9224.71
Hex2955403401943972319
Octal51125100640311032274331
Binary1010011010101100000011010001100110000111001011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295540; }

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

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

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

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

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

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

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

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