#287B34

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

Shades of Japanese Laurel #287B34

Tints of Japanese Laurel #287B34

Color information

#287B34 (or 0x287B34) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7B and 34. RGB value is (40,123,52). Sum of RGB (Red+Green+Blue) = 40+123+52=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #287B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B34 is #D784CB. Grayscale: #5A5A5A. Windows color (decimal): -14124236 or 3439400. OLE color: 3439400.

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

Color convert

RGB4012352-
CMYK0.6700.580.52
HSL128.67º50.92%31.96%-
HSV(B)128.67º67.48%48.24%-
XYZ8.5814.865.67-
YUV90.09106.592.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=18.60%
G=57.21%
B=24.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40123520.6700.580.52128.6750.9231.96
Hex287B344303A34813320
Octal5017364103072642016340
Binary10100011110111101001000011011101011010010000001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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