#287827

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

Shades of Japanese Laurel #287827

Tints of Japanese Laurel #287827

Color information

#287827 (or 0x287827) is unknown color: approx Japanese Laurel. HEX triplet: 28, 78 and 27. RGB value is (40,120,39). Sum of RGB (Red+Green+Blue) = 40+120+39=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 120 (47.27% from 255 or 60.30% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 120 - color contains mainly: green. Hex color #287827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287827 is #D787D8. Grayscale: #575757. Windows color (decimal): -14125017 or 2586664. OLE color: 2586664.

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

Color convert

RGB4012039-
CMYK0.6700.670.53
HSL119.26º50.94%31.18%-
HSV(B)119.26º67.5%47.06%-
XYZ7.9614.034.21-
YUV86.8510194.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 120 (47.27% from 255) = 60.30%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=20.10%
G=60.30%
B=19.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40120390.6700.670.53119.2650.9431.18
Hex287827430433577331f
Octal50170471030103651676337
Binary1010001111000100111100001101000011110101111011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287827; }

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

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

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

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

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

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

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

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