#287C27

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

Shades of Japanese Laurel #287C27

Tints of Japanese Laurel #287C27

Color information

#287C27 (or 0x287C27) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7C and 27. RGB value is (40,124,39). Sum of RGB (Red+Green+Blue) = 40+124+39=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #287C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C27 is #D783D8. Grayscale: #595959. Windows color (decimal): -14123993 or 2587688. OLE color: 2587688.

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

Color convert

RGB4012439-
CMYK0.6800.690.51
HSL119.29º52.15%31.96%-
HSV(B)119.29º68.55%48.63%-
XYZ8.4515.014.37-
YUV89.1999.6792.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.70%
GREEN value IS 124 (48.83% from 255) = 61.08%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=19.70%
G=61.08%
B=19.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40124390.6800.690.51119.2952.1531.96
Hex287C274404533773420
Octal50174471040105631676440
Binary10100011111001001111000100010001011100111110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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