#287824

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

Shades of Japanese Laurel #287824

Tints of Japanese Laurel #287824

Color information

#287824 (or 0x287824) is unknown color: approx Japanese Laurel. HEX triplet: 28, 78 and 24. RGB value is (40,120,36). Sum of RGB (Red+Green+Blue) = 40+120+36=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #287824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287824 is #D787DB. Grayscale: #565656. Windows color (decimal): -14125020 or 2390056. OLE color: 2390056.

HSL color Cylindrical-coordinate representation of color #287824: hue angle of 117.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #287824 is Cyan = 0.67, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB4012036-
CMYK0.6700.70.53
HSL117.14º53.85%30.59%-
HSV(B)117.14º70%47.06%-
XYZ7.9114.013.96-
YUV86.599.594.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=20.41%
G=61.22%
B=18.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40120360.6700.70.53117.1453.8530.59
Hex287824430463575361f
Octal50170441030106651656637
Binary1010001111000100100100001101000110110101111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287824; }

 p { color: rgb(40,120,36); }

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

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

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

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

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

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

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