#295940

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

Shades of Green Pea #295940

Tints of Green Pea #295940

Color information

#295940 (or 0x295940) is unknown color: approx Green Pea. HEX triplet: 29, 59 and 40. RGB value is (41,89,64). Sum of RGB (Red+Green+Blue) = 41+89+64=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #295940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295940 is #D6A6BF. Grayscale: #474747. Windows color (decimal): -14067392 or 4217129. OLE color: 4217129.

HSL color Cylindrical-coordinate representation of color #295940: hue angle of 148.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295940 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB418964-
CMYK0.5400.280.65
HSL148.75º36.92%25.49%-
HSV(B)148.75º53.93%34.9%-
XYZ5.417.996.11-
YUV71.8123.6106.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=21.13%
G=45.88%
B=32.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189640.5400.280.65148.7536.9225.49
Hex2959403601C41952519
Octal51131100660341012254531
Binary1010011011001100000011011001110010000011001010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295940; }

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

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

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

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

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

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

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

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