#296028

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

Shades of Parsley #296028

Tints of Parsley #296028

Color information

#296028 (or 0x296028) is unknown color: approx Parsley. HEX triplet: 29, 60 and 28. RGB value is (41,96,40). Sum of RGB (Red+Green+Blue) = 41+96+40=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #296028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296028 is #D69FD7. Grayscale: #494949. Windows color (decimal): -14065624 or 2646057. OLE color: 2646057.

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

Color convert

RGB419640-
CMYK0.5700.580.62
HSL118.93º41.18%26.67%-
HSV(B)118.93º58.33%37.65%-
XYZ5.488.993.45-
YUV73.17109.28105.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=23.16%
G=54.24%
B=22.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196400.5700.580.62118.9341.1826.67
Hex2960283903A3E77291b
Octal511405071072761675133
Binary10100111000001010001110010111010111110111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296028; }

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

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

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

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

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

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

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

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