Html Css Color HEX #29522B Parsley

📋 copy color: '#29522B'

red 41 ◦ green 82 ◦ blue 43

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

Shades of Parsley #29522B

Tints of Parsley #29522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 24.7%
G = 49.4%
B = 25.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#29522B (or 0x29522B) is known color: Parsley. HEX triplet: 29, 52 and 2B. RGB value is (41,82,43). Sum of RGB (Red+Green+Blue) = 41+82+43=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #29522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29522B is #D6ADD4. Grayscale: #414141. Windows color (decimal): -14069205 or 2839081. OLE color: 2839081.

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

Color convert

RGB 41 82 43 -
CMYK 0.50 0 0.48 0.68
HSL 122.93º 0.33% 0.24% -
HSV(B) 122.93º 0.5% 0.32% -
XYZ 4.37 6.68 3.34 -
YUV 65.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 41 82 43 0.50 0 0.48 0.68 122.93 0.33 0.24
Hex 29 52 2B 32 0 30 44 7B 21 18
Octal 51 122 53 62 0 60 104 173 41 30
Binary 101001 1010010 101011 110010 0 110000 1000100 1111011 100001 11000

Color Harmonies of #29522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29522B

Black with #29522B

Text Example


Text Example

White with #29522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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