Html Css Color HEX #29552C Parsley

📋 copy color: '#29552C'

red 41 ◦ green 85 ◦ blue 44

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

Shades of Parsley #29552C

Tints of Parsley #29552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50%

 BLUE value IS 44 (17.58% from 255) = 25.88%

R = 24.12%
G = 50%
B = 25.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#29552C (or 0x29552C) is known color: Parsley. HEX triplet: 29, 55 and 2C. RGB value is (41,85,44). Sum of RGB (Red+Green+Blue) = 41+85+44=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #29552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29552C is #D6AAD3. Grayscale: #434343. Windows color (decimal): -14068436 or 2905385. OLE color: 2905385.

HSL color Cylindrical-coordinate representation of color #29552C: hue angle of 124.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29552C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 44 -
CMYK 0.52 0 0.48 0.67
HSL 124.09º 0.35% 0.25% -
HSV(B) 124.09º 0.52% 0.33% -
XYZ 4.62 7.15 3.52 -
YUV 67.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 41 85 44 0.52 0 0.48 0.67 124.09 0.35 0.25
Hex 29 55 2C 34 0 30 43 7C 23 19
Octal 51 125 54 64 0 60 103 174 43 31
Binary 101001 1010101 101100 110100 0 110000 1000011 1111100 100011 11001

Color Harmonies of #29552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29552C

Black with #29552C

Text Example


Text Example

White with #29552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29552C; }

 p { color: rgb(41,85,44); }

 H1.HeaderClassName
 {
   color: #29552C;
 }
 .AnyTagClassName
 {
   color: #29552C;
 }
</style>

background-color css

<style>
 a { background-color: #29552C; }

 a { background-color: rgb(41,85,44); }

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

border-color css

<style>
 span { border-color: #29552C; }

 span { border-color: rgb(41,85,44); }

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