#287C2B

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

Shades of Japanese Laurel #287C2B

Tints of Japanese Laurel #287C2B

Color information

#287C2B (or 0x287C2B) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7C and 2B. RGB value is (40,124,43). Sum of RGB (Red+Green+Blue) = 40+124+43=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #287C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C2B is #D783D4. Grayscale: #595959. Windows color (decimal): -14123989 or 2849832. OLE color: 2849832.

HSL color Cylindrical-coordinate representation of color #287C2B: hue angle of 122.14º 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 #287C2B is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB4012443-
CMYK0.6800.650.51
HSL122.14º51.22%32.16%-
HSV(B)122.14º67.74%48.63%-
XYZ8.5215.044.74-
YUV89.65101.6792.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 124 (48.83% from 255) = 59.90%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=19.32%
G=59.90%
B=20.77%

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
Decimal40124430.6800.650.51122.1451.2232.16
Hex287C2B44041337a3320
Octal50174531040101631726340
Binary10100011111001010111000100010000011100111111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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