#296131

Color #296131 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #296131

Tints of Parsley #296131

Color information

#296131 (or 0x296131) is unknown color: approx 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

RGB419749-
CMYK0.5800.490.62
HSL128.57º40.58%27.06%-
HSV(B)128.57º57.73%38.04%-
XYZ5.749.244.39-
YUV74.78113.45103.9-

RGB Variations

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

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.20%
R=21.93%
G=51.87%
B=26.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197490.5800.490.62128.5740.5827.06
Hex2961313A0313E81291b
Octal511416172061762015133
Binary101001110000111000111101001100011111101000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>