#287727

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

Shades of Japanese Laurel #287727

Tints of Japanese Laurel #287727

Color information

#287727 (or 0x287727) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 27. RGB value is (40,119,39). Sum of RGB (Red+Green+Blue) = 40+119+39=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #287727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287727 is #D788D8. Grayscale: #565656. Windows color (decimal): -14125273 or 2586408. OLE color: 2586408.

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

Color convert

RGB4011939-
CMYK0.6600.670.53
HSL119.25º50.63%30.98%-
HSV(B)119.25º67.23%46.67%-
XYZ7.8413.794.17-
YUV86.26101.3395-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 119 (46.88% from 255) = 60.10%
BLUE value IS 39 (15.62% from 255) = 19.70%
R=20.20%
G=60.10%
B=19.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119390.6600.670.53119.2550.6330.98
Hex287727420433577331f
Octal50167471020103651676337
Binary1010001110111100111100001001000011110101111011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287727; }

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

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

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

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

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

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

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

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