Html Css Color HEX #29572D Parsley

📋 copy color: '#29572D'

red 41 ◦ green 87 ◦ blue 45

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

Shades of Parsley #29572D

Tints of Parsley #29572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.29%

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 23.7%
G = 50.29%
B = 26.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#29572D (or 0x29572D) is known color: Parsley. HEX triplet: 29, 57 and 2D. RGB value is (41,87,45). Sum of RGB (Red+Green+Blue) = 41+87+45=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #29572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29572D is #D6A8D2. Grayscale: #444444. Windows color (decimal): -14067923 or 2971433. OLE color: 2971433.

HSL color Cylindrical-coordinate representation of color #29572D: hue angle of 125.22º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #29572D is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 87 45 -
CMYK 0.53 0 0.48 0.66
HSL 125.22º 0.36% 0.25% -
HSV(B) 125.22º 0.53% 0.34% -
XYZ 4.8 7.48 3.67 -
YUV 68.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 41 87 45 0.53 0 0.48 0.66 125.22 0.36 0.25
Hex 29 57 2D 35 0 30 42 7D 24 19
Octal 51 127 55 65 0 60 102 175 44 31
Binary 101001 1010111 101101 110101 0 110000 1000010 1111101 100100 11001

Color Harmonies of #29572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29572D

Black with #29572D

Text Example


Text Example

White with #29572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29572D; }

 p { color: rgb(41,87,45); }

 H1.HeaderClassName
 {
   color: #29572D;
 }
 .AnyTagClassName
 {
   color: #29572D;
 }
</style>

background-color css

<style>
 a { background-color: #29572D; }

 a { background-color: rgb(41,87,45); }

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

border-color css

<style>
 span { border-color: #29572D; }

 span { border-color: rgb(41,87,45); }

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