#295F40

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

Shades of Green Pea #295F40

Tints of Green Pea #295F40

Color information

#295F40 (or 0x295F40) is unknown color: approx Green Pea. HEX triplet: 29, 5F and 40. RGB value is (41,95,64). Sum of RGB (Red+Green+Blue) = 41+95+64=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #295F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F40 is #D6A0BF. Grayscale: #4B4B4B. Windows color (decimal): -14065856 or 4218665. OLE color: 4218665.

HSL color Cylindrical-coordinate representation of color #295F40: hue angle of 145.56º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F40 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB419564-
CMYK0.5700.330.63
HSL145.56º39.71%26.67%-
HSV(B)145.56º56.84%37.25%-
XYZ5.939.036.28-
YUV75.32121.61103.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 95 (37.5% from 255) = 47.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=20.5%
G=47.5%
B=32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195640.5700.330.63145.5639.7126.67
Hex295F40390213F92281b
Octal5113710071041772225033
Binary1010011011111100000011100101000011111111001001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295F40; }

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

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

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

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

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

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

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

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