Html Css Color HEX #29502E Parsley

📋 copy color: '#29502E'

red 41 ◦ green 80 ◦ blue 46

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

Shades of Parsley #29502E

Tints of Parsley #29502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

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

R = 24.55%
G = 47.9%
B = 27.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#29502E (or 0x29502E) is known color: Parsley. HEX triplet: 29, 50 and 2E. RGB value is (41,80,46). Sum of RGB (Red+Green+Blue) = 41+80+46=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #29502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29502E is #D6AFD1. Grayscale: #404040. Windows color (decimal): -14069714 or 3035177. OLE color: 3035177.

HSL color Cylindrical-coordinate representation of color #29502E: hue angle of 127.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29502E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 46 -
CMYK 0.49 0 0.42 0.69
HSL 127.69º 0.32% 0.24% -
HSV(B) 127.69º 0.49% 0.31% -
XYZ 4.28 6.41 3.6 -
YUV 64.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 41 80 46 0.49 0 0.42 0.69 127.69 0.32 0.24
Hex 29 50 2E 31 0 2A 45 80 20 18
Octal 51 120 56 61 0 52 105 200 40 30
Binary 101001 1010000 101110 110001 0 101010 1000101 10000000 100000 11000

Color Harmonies of #29502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29502E

Black with #29502E

Text Example


Text Example

White with #29502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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