Html Css Color HEX #29502A Parsley

📋 copy color: '#29502A'

red 41 ◦ green 80 ◦ blue 42

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

Shades of Parsley #29502A

Tints of Parsley #29502A

RGB

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

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

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

R = 25.15%
G = 49.08%
B = 25.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#29502A (or 0x29502A) is known color: Parsley. HEX triplet: 29, 50 and 2A. RGB value is (41,80,42). Sum of RGB (Red+Green+Blue) = 41+80+42=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #29502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29502A is #D6AFD5. Grayscale: #404040. Windows color (decimal): -14069718 or 2773033. OLE color: 2773033.

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

Color convert

RGB 41 80 42 -
CMYK 0.49 0 0.48 0.69
HSL 121.54º 0.32% 0.24% -
HSV(B) 121.54º 0.49% 0.31% -
XYZ 4.2 6.38 3.2 -
YUV 64.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 41 80 42 0.49 0 0.48 0.69 121.54 0.32 0.24
Hex 29 50 2A 31 0 30 45 7A 20 18
Octal 51 120 52 61 0 60 105 172 40 30
Binary 101001 1010000 101010 110001 0 110000 1000101 1111010 100000 11000

Color Harmonies of #29502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29502A

Black with #29502A

Text Example


Text Example

White with #29502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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