#29592A

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

Shades of Parsley #29592A

Tints of Parsley #29592A

Color information

#29592A (or 0x29592A) is unknown color: approx Parsley. HEX triplet: 29, 59 and 2A. RGB value is (41,89,42). Sum of RGB (Red+Green+Blue) = 41+89+42=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #29592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29592A is #D6A6D5. Grayscale: #454545. Windows color (decimal): -14067414 or 2775337. OLE color: 2775337.

HSL color Cylindrical-coordinate representation of color #29592A: hue angle of 121.25º 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 #29592A is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB418942-
CMYK0.5400.530.65
HSL121.25º36.92%25.49%-
HSV(B)121.25º53.93%34.9%-
XYZ4.97.783.43-
YUV69.29112.6107.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 89 (35.16% from 255) = 51.74%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=23.84%
G=51.74%
B=24.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189420.5400.530.65121.2536.9225.49
Hex29592A3603541792519
Octal5113152660651011714531
Binary101001101100110101011011001101011000001111100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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