#295332

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

Shades of Parsley #295332

Tints of Parsley #295332

Color information

#295332 (or 0x295332) is unknown color: approx Parsley. HEX triplet: 29, 53 and 32. RGB value is (41,83,50). Sum of RGB (Red+Green+Blue) = 41+83+50=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #295332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295332 is #D6ACCD. Grayscale: #424242. Windows color (decimal): -14068942 or 3298089. OLE color: 3298089.

HSL color Cylindrical-coordinate representation of color #295332: hue angle of 132.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295332 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB418350-
CMYK0.5100.400.67
HSL132.86º33.87%24.31%-
HSV(B)132.86º50.6%32.55%-
XYZ4.586.894.11-
YUV66.68118.59109.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=23.56%
G=47.70%
B=28.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183500.5100.400.67132.8633.8724.31
Hex2953323302843852218
Octal5112362630501032054230
Binary1010011010011110010110011010100010000111000010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295332; }

 p { color: rgb(41,83,50); }

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

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

 a { background-color: rgb(41,83,50); }

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

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

 span { border-color: rgb(41,83,50); }

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