#295842

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

Shades of Green Pea #295842

Tints of Green Pea #295842

Color information

#295842 (or 0x295842) is unknown color: approx Green Pea. HEX triplet: 29, 58 and 42. RGB value is (41,88,66). Sum of RGB (Red+Green+Blue) = 41+88+66=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #295842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295842 is #D6A7BD. Grayscale: #474747. Windows color (decimal): -14067646 or 4347945. OLE color: 4347945.

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

Color convert

RGB418866-
CMYK0.5300.250.65
HSL151.91º36.43%25.29%-
HSV(B)151.91º53.41%34.51%-
XYZ5.397.846.38-
YUV71.44124.93106.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=21.03%
G=45.13%
B=33.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4188660.5300.250.65151.9136.4325.29
Hex2958423501941982419
Octal51130102650311012304431
Binary1010011011000100001011010101100110000011001100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295842; }

 p { color: rgb(41,88,66); }

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

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

 a { background-color: rgb(41,88,66); }

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

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

 span { border-color: rgb(41,88,66); }

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