Html Css Color HEX #295432 Parsley

📋 copy color: '#295432'

red 41 ◦ green 84 ◦ blue 50

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

Shades of Parsley #295432

Tints of Parsley #295432

RGB

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

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

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

R = 23.43%
G = 48%
B = 28.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#295432 (or 0x295432) is known color: Parsley. HEX triplet: 29, 54 and 32. RGB value is (41,84,50). Sum of RGB (Red+Green+Blue) = 41+84+50=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #295432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295432 is #D6ABCD. Grayscale: #434343. Windows color (decimal): -14068686 or 3298345. OLE color: 3298345.

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

Color convert

RGB 41 84 50 -
CMYK 0.51 0 0.40 0.67
HSL 132.56º 0.34% 0.25% -
HSV(B) 132.56º 0.51% 0.33% -
XYZ 4.66 7.04 4.13 -
YUV 67.27 118.25 109.26 -
System Red Green Blue C M Y K H S L
Decimal 41 84 50 0.51 0 0.40 0.67 132.56 0.34 0.25
Hex 29 54 32 33 0 28 43 85 22 19
Octal 51 124 62 63 0 50 103 205 42 31
Binary 101001 1010100 110010 110011 0 101000 1000011 10000101 100010 11001

Color Harmonies of #295432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295432

Black with #295432

Text Example


Text Example

White with #295432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295432; }

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

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

background-color css

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

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

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

border-color css

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

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

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