Html Css Color HEX #29522A Parsley

📋 copy color: '#29522A'

red 41 ◦ green 82 ◦ blue 42

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

Shades of Parsley #29522A

Tints of Parsley #29522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 24.85%
G = 49.7%
B = 25.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#29522A (or 0x29522A) is known color: Parsley. HEX triplet: 29, 52 and 2A. RGB value is (41,82,42). Sum of RGB (Red+Green+Blue) = 41+82+42=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #29522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29522A is #D6ADD5. Grayscale: #414141. Windows color (decimal): -14069206 or 2773545. OLE color: 2773545.

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

Color convert

RGB 41 82 42 -
CMYK 0.50 0 0.49 0.68
HSL 121.46º 0.33% 0.24% -
HSV(B) 121.46º 0.5% 0.32% -
XYZ 4.35 6.67 3.25 -
YUV 65.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 41 82 42 0.50 0 0.49 0.68 121.46 0.33 0.24
Hex 29 52 2A 32 0 31 44 79 21 18
Octal 51 122 52 62 0 61 104 171 41 30
Binary 101001 1010010 101010 110010 0 110001 1000100 1111001 100001 11000

Color Harmonies of #29522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29522A

Black with #29522A

Text Example


Text Example

White with #29522A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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