#29512D

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

Shades of Parsley #29512D

Tints of Parsley #29512D

Color information

#29512D (or 0x29512D) is unknown color: approx Parsley. HEX triplet: 29, 51 and 2D. RGB value is (41,81,45). Sum of RGB (Red+Green+Blue) = 41+81+45=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 81 - color contains mainly: green. Hex color #29512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29512D is #D6AED2. Grayscale: #414141. Windows color (decimal): -14069459 or 2969897. OLE color: 2969897.

HSL color Cylindrical-coordinate representation of color #29512D: hue angle of 126º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29512D is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB418145-
CMYK0.4900.440.68
HSL126º32.79%23.92%-
HSV(B)126º49.38%31.76%-
XYZ4.336.553.52-
YUV64.94116.75110.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 81 (32.03% from 255) = 48.50%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=24.55%
G=48.50%
B=26.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181450.4900.440.6812632.7923.92
Hex29512D3102C447e2118
Octal5112155610541041764130
Binary101001101000110110111000101011001000100111111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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