#29602D

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

Shades of Parsley #29602D

Tints of Parsley #29602D

Color information

#29602D (or 0x29602D) is unknown color: approx Parsley. HEX triplet: 29, 60 and 2D. RGB value is (41,96,45). Sum of RGB (Red+Green+Blue) = 41+96+45=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #29602D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29602D is #D69FD2. Grayscale: #494949. Windows color (decimal): -14065619 or 2973737. OLE color: 2973737.

HSL color Cylindrical-coordinate representation of color #29602D: hue angle of 124.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29602D is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB419645-
CMYK0.5700.530.62
HSL124.36º40.15%26.86%-
HSV(B)124.36º57.29%37.65%-
XYZ5.579.033.93-
YUV73.74111.78104.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=22.53%
G=52.75%
B=24.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196450.5700.530.62124.3640.1526.86
Hex29602D390353E7c281b
Octal511405571065761745033
Binary10100111000001011011110010110101111110111110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29602D; }

 p { color: rgb(41,96,45); }

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

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

 a { background-color: rgb(41,96,45); }

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

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

 span { border-color: rgb(41,96,45); }

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