#29602B

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

Shades of Parsley #29602B

Tints of Parsley #29602B

Color information

#29602B (or 0x29602B) is unknown color: approx Parsley. HEX triplet: 29, 60 and 2B. RGB value is (41,96,43). Sum of RGB (Red+Green+Blue) = 41+96+43=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #29602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29602B is #D69FD4. Grayscale: #494949. Windows color (decimal): -14065621 or 2842665. OLE color: 2842665.

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

Color convert

RGB419643-
CMYK0.5700.550.62
HSL122.18º40.15%26.86%-
HSV(B)122.18º57.29%37.65%-
XYZ5.539.013.73-
YUV73.51110.78104.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=22.78%
G=53.33%
B=23.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196430.5700.550.62122.1840.1526.86
Hex29602B390373E7a281b
Octal511405371067761725033
Binary10100111000001010111110010110111111110111101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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