#29592F

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

Shades of Parsley #29592F

Tints of Parsley #29592F

Color information

#29592F (or 0x29592F) is unknown color: approx Parsley. HEX triplet: 29, 59 and 2F. RGB value is (41,89,47). Sum of RGB (Red+Green+Blue) = 41+89+47=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #29592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29592F is #D6A6D0. Grayscale: #454545. Windows color (decimal): -14067409 or 3103017. OLE color: 3103017.

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

Color convert

RGB418947-
CMYK0.5400.470.65
HSL127.5º36.92%25.49%-
HSV(B)127.5º53.93%34.9%-
XYZ57.823.94-
YUV69.86115.1107.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=23.16%
G=50.28%
B=26.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189470.5400.470.65127.536.9225.49
Hex29592F3602F41802519
Octal5113157660571012004531
Binary1010011011001101111110110010111110000011000000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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