#296332

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

Shades of Parsley #296332

Tints of Parsley #296332

Color information

#296332 (or 0x296332) is unknown color: approx Parsley. HEX triplet: 29, 63 and 32. RGB value is (41,99,50). Sum of RGB (Red+Green+Blue) = 41+99+50=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #296332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296332 is #D69CCD. Grayscale: #4C4C4C. Windows color (decimal): -14064846 or 3302185. OLE color: 3302185.

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

Color convert

RGB419950-
CMYK0.5900.490.61
HSL129.31º41.43%27.45%-
HSV(B)129.31º58.59%38.82%-
XYZ5.959.634.56-
YUV76.07113.28102.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=21.58%
G=52.11%
B=26.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199500.5900.490.61129.3141.4327.45
Hex2963323B0313D81291b
Octal511436273061752015133
Binary101001110001111001011101101100011111011000000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296332; }

 p { color: rgb(41,99,50); }

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

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

 a { background-color: rgb(41,99,50); }

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

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

 span { border-color: rgb(41,99,50); }

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