#287B3A

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

Shades of Japanese Laurel #287B3A

Tints of Japanese Laurel #287B3A

Color information

#287B3A (or 0x287B3A) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7B and 3A. RGB value is (40,123,58). Sum of RGB (Red+Green+Blue) = 40+123+58=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 123 (48.44% from 255 or 55.66% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 123 - color contains mainly: green. Hex color #287B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B3A is #D784C5. Grayscale: #5A5A5A. Windows color (decimal): -14124230 or 3832616. OLE color: 3832616.

HSL color Cylindrical-coordinate representation of color #287B3A: hue angle of 133.01º 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 #287B3A is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB4012358-
CMYK0.6700.530.52
HSL133.01º50.92%31.96%-
HSV(B)133.01º67.48%48.24%-
XYZ8.7214.926.42-
YUV90.77109.591.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 123 (48.44% from 255) = 55.66%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=18.10%
G=55.66%
B=26.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40123580.6700.530.52133.0150.9231.96
Hex287B3A4303534853320
Octal5017372103065642056340
Binary10100011110111110101000011011010111010010000101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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