#287C2C

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

Shades of Japanese Laurel #287C2C

Tints of Japanese Laurel #287C2C

Color information

#287C2C (or 0x287C2C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7C and 2C. RGB value is (40,124,44). Sum of RGB (Red+Green+Blue) = 40+124+44=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #287C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C2C is #D783D3. Grayscale: #5A5A5A. Windows color (decimal): -14123988 or 2915368. OLE color: 2915368.

HSL color Cylindrical-coordinate representation of color #287C2C: hue angle of 122.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C2C is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB4012444-
CMYK0.6800.650.51
HSL122.86º51.22%32.16%-
HSV(B)122.86º67.74%48.63%-
XYZ8.5415.054.84-
YUV89.76102.1792.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 124 (48.83% from 255) = 59.62%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=19.23%
G=59.62%
B=21.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40124440.6800.650.51122.8651.2232.16
Hex287C2C44041337b3320
Octal50174541040101631736340
Binary10100011111001011001000100010000011100111111011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287C2C; }

 p { color: rgb(40,124,44); }

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

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

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

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

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

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

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