Html Css Color HEX #29542A Parsley

📋 copy color: '#29542A'

red 41 ◦ green 84 ◦ blue 42

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

Shades of Parsley #29542A

Tints of Parsley #29542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

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

R = 24.55%
G = 50.3%
B = 25.15%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#29542A (or 0x29542A) is known color: Parsley. HEX triplet: 29, 54 and 2A. RGB value is (41,84,42). Sum of RGB (Red+Green+Blue) = 41+84+42=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #29542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29542A is #D6ABD5. Grayscale: #424242. Windows color (decimal): -14068694 or 2774057. OLE color: 2774057.

HSL color Cylindrical-coordinate representation of color #29542A: hue angle of 121.4º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29542A is Cyan = 0.51, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 84 42 -
CMYK 0.51 0 0.5 0.67
HSL 121.4º 0.34% 0.25% -
HSV(B) 121.4º 0.51% 0.33% -
XYZ 4.5 6.98 3.3 -
YUV 66.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 41 84 42 0.51 0 0.5 0.67 121.4 0.34 0.25
Hex 29 54 2A 33 0 32 43 79 22 19
Octal 51 124 52 63 0 62 103 171 42 31
Binary 101001 1010100 101010 110011 0 110010 1000011 1111001 100010 11001

Color Harmonies of #29542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29542A

Black with #29542A

Text Example


Text Example

White with #29542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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