#296033

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

Shades of Parsley #296033

Tints of Parsley #296033

Color information

#296033 (or 0x296033) is unknown color: approx Parsley. HEX triplet: 29, 60 and 33. RGB value is (41,96,51). Sum of RGB (Red+Green+Blue) = 41+96+51=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #296033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296033 is #D69FCC. Grayscale: #4A4A4A. Windows color (decimal): -14065613 or 3366953. OLE color: 3366953.

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

Color convert

RGB419651-
CMYK0.5700.470.62
HSL130.91º40.15%26.86%-
HSV(B)130.91º57.29%37.65%-
XYZ5.699.084.58-
YUV74.42114.78104.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=21.81%
G=51.06%
B=27.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196510.5700.470.62130.9140.1526.86
Hex2960333902F3E83281b
Octal511406371057762035033
Binary101001110000011001111100101011111111101000001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296033; }

 p { color: rgb(41,96,51); }

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

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

 a { background-color: rgb(41,96,51); }

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

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

 span { border-color: rgb(41,96,51); }

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