#286028

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

Shades of Parsley #286028

Tints of Parsley #286028

Color information

#286028 (or 0x286028) is unknown color: approx Parsley. HEX triplet: 28, 60 and 28. RGB value is (40,96,40). Sum of RGB (Red+Green+Blue) = 40+96+40=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #286028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286028 is #D79FD7. Grayscale: #494949. Windows color (decimal): -14131160 or 2646056. OLE color: 2646056.

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

Color convert

RGB409640-
CMYK0.5800.580.62
HSL120º41.18%26.67%-
HSV(B)120º58.33%37.65%-
XYZ5.448.973.45-
YUV72.87109.45104.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 40 (16.02% from 255) = 22.73%
R=22.73%
G=54.55%
B=22.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096400.5800.580.6212041.1826.67
Hex2860283A03A3E78291b
Octal501405072072761705133
Binary10100011000001010001110100111010111110111100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286028; }

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

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

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

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

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

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

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

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