Html Css Color HEX #29522E Parsley

📋 copy color: '#29522E'

red 41 ◦ green 82 ◦ blue 46

#29522E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #29522E

Tints of Parsley #29522E

RGB

 RED value IS 41 (16.41% from 255) = 24.26%

 GREEN value IS 82 (32.42% from 255) = 48.52%

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 24.26%
G = 48.52%
B = 27.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#29522E (or 0x29522E) is known color: Parsley. HEX triplet: 29, 52 and 2E. RGB value is (41,82,46). Sum of RGB (Red+Green+Blue) = 41+82+46=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #29522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29522E is #D6ADD1. Grayscale: #414141. Windows color (decimal): -14069202 or 3035689. OLE color: 3035689.

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

Color convert

RGB 41 82 46 -
CMYK 0.50 0 0.44 0.68
HSL 127.32º 0.33% 0.24% -
HSV(B) 127.32º 0.5% 0.32% -
XYZ 4.42 6.7 3.65 -
YUV 65.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 41 82 46 0.50 0 0.44 0.68 127.32 0.33 0.24
Hex 29 52 2E 32 0 2C 44 7F 21 18
Octal 51 122 56 62 0 54 104 177 41 30
Binary 101001 1010010 101110 110010 0 101100 1000100 1111111 100001 11000

Color Harmonies of #29522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29522E

Black with #29522E

Text Example


Text Example

White with #29522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29522E; }

 p { color: rgb(41,82,46); }

 H1.HeaderClassName
 {
   color: #29522E;
 }
 .AnyTagClassName
 {
   color: #29522E;
 }
</style>

background-color css

<style>
 a { background-color: #29522E; }

 a { background-color: rgb(41,82,46); }

 div.DivClassName
 {
   background-color: #29522E;
 }
 .BgClassName
 {
   background-color: #29522E;
 }
</style>

border-color css

<style>
 span { border-color: #29522E; }

 span { border-color: rgb(41,82,46); }

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