#296534

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

Shades of Parsley #296534

Tints of Parsley #296534

Color information

#296534 (or 0x296534) is unknown color: approx Parsley. HEX triplet: 29, 65 and 34. RGB value is (41,101,52). Sum of RGB (Red+Green+Blue) = 41+101+52=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #296534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296534 is #D69ACB. Grayscale: #4D4D4D. Windows color (decimal): -14064332 or 3433769. OLE color: 3433769.

HSL color Cylindrical-coordinate representation of color #296534: hue angle of 131º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296534 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB4110152-
CMYK0.5900.490.60
HSL131º42.25%27.84%-
HSV(B)131º59.41%39.61%-
XYZ6.1910.034.86-
YUV77.47113.62101.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 101 (39.84% from 255) = 52.06%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=21.13%
G=52.06%
B=26.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101520.5900.490.6013142.2527.84
Hex2965343B0313C832a1c
Octal511456473061742035234
Binary101001110010111010011101101100011111001000001110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296534; }

 p { color: rgb(41,101,52); }

 H1.HeaderClassName
 {
   color: #296534;
 }
 .AnyTagClassName
 {
   color: #296534;
 }
</style>
background-color css

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

 a { background-color: rgb(41,101,52); }

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

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

 span { border-color: rgb(41,101,52); }

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