#29602A

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

Shades of Parsley #29602A

Tints of Parsley #29602A

Color information

#29602A (or 0x29602A) is unknown color: approx Parsley. HEX triplet: 29, 60 and 2A. RGB value is (41,96,42). Sum of RGB (Red+Green+Blue) = 41+96+42=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #29602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29602A is #D69FD5. Grayscale: #494949. Windows color (decimal): -14065622 or 2777129. OLE color: 2777129.

HSL color Cylindrical-coordinate representation of color #29602A: hue angle of 121.09º 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 #29602A is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB419642-
CMYK0.5700.560.62
HSL121.09º40.15%26.86%-
HSV(B)121.09º57.29%37.65%-
XYZ5.5293.64-
YUV73.4110.28104.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=22.91%
G=53.63%
B=23.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196420.5700.560.62121.0940.1526.86
Hex29602A390383E79281b
Octal511405271070761715033
Binary10100111000001010101110010111000111110111100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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