#296132

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

Shades of Parsley #296132

Tints of Parsley #296132

Color information

#296132 (or 0x296132) is unknown color: approx Parsley. HEX triplet: 29, 61 and 32. RGB value is (41,97,50). Sum of RGB (Red+Green+Blue) = 41+97+50=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #296132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296132 is #D69ECD. Grayscale: #4B4B4B. Windows color (decimal): -14065358 or 3301673. OLE color: 3301673.

HSL color Cylindrical-coordinate representation of color #296132: hue angle of 129.64º 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 #296132 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB419750-
CMYK0.5800.480.62
HSL129.64º40.58%27.06%-
HSV(B)129.64º57.73%38.04%-
XYZ5.769.254.5-
YUV74.9113.95103.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=21.81%
G=51.60%
B=26.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197500.5800.480.62129.6440.5827.06
Hex2961323A0303E82291b
Octal511416272060762025133
Binary101001110000111001011101001100001111101000001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296132; }

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

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

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

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

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

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

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

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