#286131

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

Shades of Parsley #286131

Tints of Parsley #286131

Color information

#286131 (or 0x286131) is unknown color: approx Parsley. HEX triplet: 28, 61 and 31. RGB value is (40,97,49). Sum of RGB (Red+Green+Blue) = 40+97+49=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #286131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286131 is #D79ECE. Grayscale: #4A4A4A. Windows color (decimal): -14130895 or 3236136. OLE color: 3236136.

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

Color convert

RGB409749-
CMYK0.5900.490.62
HSL129.47º41.61%26.86%-
HSV(B)129.47º58.76%38.04%-
XYZ5.79.224.39-
YUV74.48113.62103.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=21.51%
G=52.15%
B=26.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4097490.5900.490.62129.4741.6126.86
Hex2861313B0313E812a1b
Octal501416173061762015233
Binary101000110000111000111101101100011111101000000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286131; }

 p { color: rgb(40,97,49); }

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

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

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

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

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

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

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