#296030

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

Shades of Parsley #296030

Tints of Parsley #296030

Color information

#296030 (or 0x296030) is unknown color: approx Parsley. HEX triplet: 29, 60 and 30. RGB value is (41,96,48). Sum of RGB (Red+Green+Blue) = 41+96+48=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #296030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296030 is #D69FCF. Grayscale: #4A4A4A. Windows color (decimal): -14065616 or 3170345. OLE color: 3170345.

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

Color convert

RGB419648-
CMYK0.5700.500.62
HSL127.64º40.15%26.86%-
HSV(B)127.64º57.29%37.65%-
XYZ5.639.054.25-
YUV74.08113.28104.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=22.16%
G=51.89%
B=25.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196480.5700.500.62127.6440.1526.86
Hex296030390323E80281b
Octal511406071062762005033
Binary101001110000011000011100101100101111101000000010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296030; }

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

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

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

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

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

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

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

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