#29522F

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

Shades of Parsley #29522F

Tints of Parsley #29522F

Color information

#29522F (or 0x29522F) is unknown color: approx Parsley. HEX triplet: 29, 52 and 2F. RGB value is (41,82,47). Sum of RGB (Red+Green+Blue) = 41+82+47=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #29522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29522F is #D6ADD0. Grayscale: #414141. Windows color (decimal): -14069201 or 3101225. OLE color: 3101225.

HSL color Cylindrical-coordinate representation of color #29522F: hue angle of 128.78º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #29522F is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB418247-
CMYK0.5000.430.68
HSL128.78º33.33%24.12%-
HSV(B)128.78º50%32.16%-
XYZ4.446.713.75-
YUV65.75117.42110.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=24.12%
G=48.24%
B=27.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4182470.5000.430.68128.7833.3324.12
Hex29522F3202B44812118
Octal5112257620531042014130
Binary1010011010010101111110010010101110001001000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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