Html Css Color HEX #295B32 Parsley

📋 copy color: '#295B32'

red 41 ◦ green 91 ◦ blue 50

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

Shades of Parsley #295B32

Tints of Parsley #295B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50%

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

R = 22.53%
G = 50%
B = 27.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#295B32 (or 0x295B32) is known color: Parsley. HEX triplet: 29, 5B and 32. RGB value is (41,91,50). Sum of RGB (Red+Green+Blue) = 41+91+50=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #295B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B32 is #D6A4CD. Grayscale: #474747. Windows color (decimal): -14066894 or 3300137. OLE color: 3300137.

HSL color Cylindrical-coordinate representation of color #295B32: hue angle of 130.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295B32 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 91 50 -
CMYK 0.55 0 0.45 0.64
HSL 130.8º 0.38% 0.26% -
HSV(B) 130.8º 0.55% 0.36% -
XYZ 5.23 8.18 4.32 -
YUV 71.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 41 91 50 0.55 0 0.45 0.64 130.8 0.38 0.26
Hex 29 5B 32 37 0 2D 40 83 26 1A
Octal 51 133 62 67 0 55 100 203 46 32
Binary 101001 1011011 110010 110111 0 101101 1000000 10000011 100110 11010

Color Harmonies of #295B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B32

Black with #295B32

Text Example


Text Example

White with #295B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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