Html Css Color HEX #295231 Parsley

📋 copy color: '#295231'

red 41 ◦ green 82 ◦ blue 49

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

Shades of Parsley #295231

Tints of Parsley #295231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

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

R = 23.84%
G = 47.67%
B = 28.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#295231 (or 0x295231) is known color: Parsley. HEX triplet: 29, 52 and 31. RGB value is (41,82,49). Sum of RGB (Red+Green+Blue) = 41+82+49=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #295231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295231 is #D6ADCE. Grayscale: #424242. Windows color (decimal): -14069199 or 3232297. OLE color: 3232297.

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

Color convert

RGB 41 82 49 -
CMYK 0.50 0 0.40 0.68
HSL 131.71º 0.33% 0.24% -
HSV(B) 131.71º 0.5% 0.32% -
XYZ 4.49 6.73 3.97 -
YUV 65.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 41 82 49 0.50 0 0.40 0.68 131.71 0.33 0.24
Hex 29 52 31 32 0 28 44 84 21 18
Octal 51 122 61 62 0 50 104 204 41 30
Binary 101001 1010010 110001 110010 0 101000 1000100 10000100 100001 11000

Color Harmonies of #295231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295231

Black with #295231

Text Example


Text Example

White with #295231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295231; }

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

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

background-color css

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

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

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

border-color css

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

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

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