#295A33

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

Shades of Parsley #295A33

Tints of Parsley #295A33

Color information

#295A33 (or 0x295A33) is unknown color: approx Parsley. HEX triplet: 29, 5A and 33. RGB value is (41,90,51). Sum of RGB (Red+Green+Blue) = 41+90+51=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #295A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A33 is #D6A5CC. Grayscale: #474747. Windows color (decimal): -14067149 or 3365417. OLE color: 3365417.

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

Color convert

RGB419051-
CMYK0.5400.430.65
HSL132.24º37.4%25.69%-
HSV(B)132.24º54.44%35.29%-
XYZ5.178.024.41-
YUV70.9116.77106.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 90 (35.55% from 255) = 49.45%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=22.53%
G=49.45%
B=28.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190510.5400.430.65132.2437.425.69
Hex295A333602B4184251a
Octal5113263660531012044532
Binary1010011011010110011110110010101110000011000010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,90,51); }

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

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

 a { background-color: rgb(41,90,51); }

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

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

 span { border-color: rgb(41,90,51); }

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