#287B39

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

Shades of Japanese Laurel #287B39

Tints of Japanese Laurel #287B39

Color information

#287B39 (or 0x287B39) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7B and 39. RGB value is (40,123,57). Sum of RGB (Red+Green+Blue) = 40+123+57=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #287B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B39 is #D784C6. Grayscale: #5A5A5A. Windows color (decimal): -14124231 or 3767080. OLE color: 3767080.

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

Color convert

RGB4012357-
CMYK0.6700.540.52
HSL132.29º50.92%31.96%-
HSV(B)132.29º67.48%48.24%-
XYZ8.714.916.29-
YUV90.6610991.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 123 (48.44% from 255) = 55.91%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=18.18%
G=55.91%
B=25.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40123570.6700.540.52132.2950.9231.96
Hex287B394303634843320
Octal5017371103066642046340
Binary10100011110111110011000011011011011010010000100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,123,57); }

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

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

 a { background-color: rgb(40,123,57); }

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

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

 span { border-color: rgb(40,123,57); }

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