#29512A

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

Shades of Parsley #29512A

Tints of Parsley #29512A

Color information

#29512A (or 0x29512A) is unknown color: approx Parsley. HEX triplet: 29, 51 and 2A. RGB value is (41,81,42). Sum of RGB (Red+Green+Blue) = 41+81+42=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #29512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29512A is #D6AED5. Grayscale: #404040. Windows color (decimal): -14069462 or 2773289. OLE color: 2773289.

HSL color Cylindrical-coordinate representation of color #29512A: hue angle of 121.5º 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 #29512A is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB418142-
CMYK0.4900.480.68
HSL121.5º32.79%23.92%-
HSV(B)121.5º49.38%31.76%-
XYZ4.276.523.22-
YUV64.59115.25111.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=25%
G=49.39%
B=25.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181420.4900.480.68121.532.7923.92
Hex29512A31030447a2118
Octal5112152610601041724130
Binary101001101000110101011000101100001000100111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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