#29552F

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

Shades of Parsley #29552F

Tints of Parsley #29552F

Color information

#29552F (or 0x29552F) is unknown color: approx Parsley. HEX triplet: 29, 55 and 2F. RGB value is (41,85,47). Sum of RGB (Red+Green+Blue) = 41+85+47=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #29552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29552F is #D6AAD0. Grayscale: #434343. Windows color (decimal): -14068433 or 3101993. OLE color: 3101993.

HSL color Cylindrical-coordinate representation of color #29552F: hue angle of 128.18º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29552F is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB418547-
CMYK0.5200.450.67
HSL128.18º34.92%24.71%-
HSV(B)128.18º51.76%33.33%-
XYZ4.687.173.83-
YUV67.51116.42109.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=23.70%
G=49.13%
B=27.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185470.5200.450.67128.1834.9224.71
Hex29552F3402D43802319
Octal5112557640551032004331
Binary1010011010101101111110100010110110000111000000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29552F; }

 p { color: rgb(41,85,47); }

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

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

 a { background-color: rgb(41,85,47); }

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

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

 span { border-color: rgb(41,85,47); }

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