#296234

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

Shades of Parsley #296234

Tints of Parsley #296234

Color information

#296234 (or 0x296234) is unknown color: approx Parsley. HEX triplet: 29, 62 and 34. RGB value is (41,98,52). Sum of RGB (Red+Green+Blue) = 41+98+52=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #296234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296234 is #D69DCB. Grayscale: #4B4B4B. Windows color (decimal): -14065100 or 3433001. OLE color: 3433001.

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

Color convert

RGB419852-
CMYK0.5800.470.62
HSL131.58º41.01%27.25%-
HSV(B)131.58º58.16%38.43%-
XYZ5.99.454.76-
YUV75.71114.62103.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=21.47%
G=51.31%
B=27.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198520.5800.470.62131.5841.0127.25
Hex2962343A02F3E84291b
Octal511426472057762045133
Binary101001110001011010011101001011111111101000010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296234; }

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

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

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

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

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

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

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

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