Html Css Color HEX #295532 Parsley

📋 copy color: '#295532'

red 41 ◦ green 85 ◦ blue 50

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

Shades of Parsley #295532

Tints of Parsley #295532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.41%

R = 23.3%
G = 48.3%
B = 28.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#295532 (or 0x295532) is known color: Parsley. HEX triplet: 29, 55 and 32. RGB value is (41,85,50). Sum of RGB (Red+Green+Blue) = 41+85+50=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #295532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295532 is #D6AACD. Grayscale: #434343. Windows color (decimal): -14068430 or 3298601. OLE color: 3298601.

HSL color Cylindrical-coordinate representation of color #295532: hue angle of 132.27º 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 #295532 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 50 -
CMYK 0.52 0 0.41 0.67
HSL 132.27º 0.35% 0.25% -
HSV(B) 132.27º 0.52% 0.33% -
XYZ 4.74 7.2 4.16 -
YUV 67.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 41 85 50 0.52 0 0.41 0.67 132.27 0.35 0.25
Hex 29 55 32 34 0 29 43 84 23 19
Octal 51 125 62 64 0 51 103 204 43 31
Binary 101001 1010101 110010 110100 0 101001 1000011 10000100 100011 11001

Color Harmonies of #295532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295532

Black with #295532

Text Example


Text Example

White with #295532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295532; }

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

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

background-color css

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

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

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

border-color css

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

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

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