#287B36

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

Shades of Japanese Laurel #287B36

Tints of Japanese Laurel #287B36

Color information

#287B36 (or 0x287B36) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7B and 36. RGB value is (40,123,54). Sum of RGB (Red+Green+Blue) = 40+123+54=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #287B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B36 is #D784C9. Grayscale: #5A5A5A. Windows color (decimal): -14124234 or 3570472. OLE color: 3570472.

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

Color convert

RGB4012354-
CMYK0.6700.560.52
HSL130.12º50.92%31.96%-
HSV(B)130.12º67.48%48.24%-
XYZ8.6214.885.91-
YUV90.32107.592.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=18.43%
G=56.68%
B=24.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40123540.6700.560.52130.1250.9231.96
Hex287B364303834823320
Octal5017366103070642026340
Binary10100011110111101101000011011100011010010000010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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