Html Css Color HEX #295131 Parsley

📋 copy color: '#295131'

red 41 ◦ green 81 ◦ blue 49

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

Shades of Parsley #295131

Tints of Parsley #295131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.37%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 23.98%
G = 47.37%
B = 28.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#295131 (or 0x295131) is known color: Parsley. HEX triplet: 29, 51 and 31. RGB value is (41,81,49). Sum of RGB (Red+Green+Blue) = 41+81+49=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #295131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295131 is #D6AECE. Grayscale: #414141. Windows color (decimal): -14069455 or 3232041. OLE color: 3232041.

HSL color Cylindrical-coordinate representation of color #295131: hue angle of 132º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295131 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 81 49 -
CMYK 0.49 0 0.40 0.68
HSL 132º 0.33% 0.24% -
HSV(B) 132º 0.49% 0.32% -
XYZ 4.41 6.58 3.94 -
YUV 65.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 41 81 49 0.49 0 0.40 0.68 132 0.33 0.24
Hex 29 51 31 31 0 28 44 84 21 18
Octal 51 121 61 61 0 50 104 204 41 30
Binary 101001 1010001 110001 110001 0 101000 1000100 10000100 100001 11000

Color Harmonies of #295131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295131

Black with #295131

Text Example


Text Example

White with #295131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295131; }

 p { color: rgb(41,81,49); }

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

background-color css

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

 a { background-color: rgb(41,81,49); }

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

border-color css

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

 span { border-color: rgb(41,81,49); }

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