#286533

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

Shades of Parsley #286533

Tints of Parsley #286533

Color information

#286533 (or 0x286533) is unknown color: approx Parsley. HEX triplet: 28, 65 and 33. RGB value is (40,101,51). Sum of RGB (Red+Green+Blue) = 40+101+51=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #286533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286533 is #D79ACC. Grayscale: #4D4D4D. Windows color (decimal): -14129869 or 3368232. OLE color: 3368232.

HSL color Cylindrical-coordinate representation of color #286533: hue angle of 130.82º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286533 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB4010151-
CMYK0.6000.500.60
HSL130.82º43.26%27.65%-
HSV(B)130.82º60.4%39.61%-
XYZ6.13104.74-
YUV77.06113.29101.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 101 (39.84% from 255) = 52.60%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=20.83%
G=52.60%
B=26.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101510.6000.500.60130.8243.2627.65
Hex2865333C0323C832b1c
Octal501456374062742035334
Binary101000110010111001111110001100101111001000001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286533; }

 p { color: rgb(40,101,51); }

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

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

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

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

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

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

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