Html Css Color HEX #296131 Parsley

📋 copy color: '#296131'

red 41 ◦ green 97 ◦ blue 49

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

Shades of Parsley #296131

Tints of Parsley #296131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

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

R = 21.93%
G = 51.87%
B = 26.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#296131 (or 0x296131) is known color: Parsley. HEX triplet: 29, 61 and 31. RGB value is (41,97,49). Sum of RGB (Red+Green+Blue) = 41+97+49=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #296131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296131 is #D69ECE. Grayscale: #4A4A4A. Windows color (decimal): -14065359 or 3236137. OLE color: 3236137.

HSL color Cylindrical-coordinate representation of color #296131: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296131 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 97 49 -
CMYK 0.58 0 0.49 0.62
HSL 128.57º 0.41% 0.27% -
HSV(B) 128.57º 0.58% 0.38% -
XYZ 5.74 9.24 4.39 -
YUV 74.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 41 97 49 0.58 0 0.49 0.62 128.57 0.41 0.27
Hex 29 61 31 3A 0 31 3E 81 29 1B
Octal 51 141 61 72 0 61 76 201 51 33
Binary 101001 1100001 110001 111010 0 110001 111110 10000001 101001 11011

Color Harmonies of #296131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296131

Black with #296131

Text Example


Text Example

White with #296131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296131; }

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

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

background-color css

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

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

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

border-color css

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

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

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