Html Css Color HEX #29502B Parsley

📋 copy color: '#29502B'

red 41 ◦ green 80 ◦ blue 43

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

Shades of Parsley #29502B

Tints of Parsley #29502B

RGB

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

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

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

R = 25%
G = 48.78%
B = 26.22%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#29502B (or 0x29502B) is known color: Parsley. HEX triplet: 29, 50 and 2B. RGB value is (41,80,43). Sum of RGB (Red+Green+Blue) = 41+80+43=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #29502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29502B is #D6AFD4. Grayscale: #404040. Windows color (decimal): -14069717 or 2838569. OLE color: 2838569.

HSL color Cylindrical-coordinate representation of color #29502B: hue angle of 123.08º 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 #29502B is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 80 43 -
CMYK 0.49 0 0.46 0.69
HSL 123.08º 0.32% 0.24% -
HSV(B) 123.08º 0.49% 0.31% -
XYZ 4.22 6.38 3.3 -
YUV 64.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 41 80 43 0.49 0 0.46 0.69 123.08 0.32 0.24
Hex 29 50 2B 31 0 2E 45 7B 20 18
Octal 51 120 53 61 0 56 105 173 40 30
Binary 101001 1010000 101011 110001 0 101110 1000101 1111011 100000 11000

Color Harmonies of #29502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29502B

Black with #29502B

Text Example


Text Example

White with #29502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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