#287721

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

Shades of Japanese Laurel #287721

Tints of Japanese Laurel #287721

Color information

#287721 (or 0x287721) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 21. RGB value is (40,119,33). Sum of RGB (Red+Green+Blue) = 40+119+33=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #287721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287721 is #D788DE. Grayscale: #555555. Windows color (decimal): -14125279 or 2193192. OLE color: 2193192.

HSL color Cylindrical-coordinate representation of color #287721: hue angle of 115.12º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287721 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB4011933-
CMYK0.6600.720.53
HSL115.12º56.58%29.8%-
HSV(B)115.12º72.27%46.67%-
XYZ7.7513.753.69-
YUV85.5798.3395.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=20.83%
G=61.98%
B=17.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119330.6600.720.53115.1256.5829.8
Hex287721420483573391e
Octal50167411020110651637136
Binary1010001110111100001100001001001000110101111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287721; }

 p { color: rgb(40,119,33); }

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

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

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

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

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

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

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