#287A2C

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

Shades of Japanese Laurel #287A2C

Tints of Japanese Laurel #287A2C

Color information

#287A2C (or 0x287A2C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7A and 2C. RGB value is (40,122,44). Sum of RGB (Red+Green+Blue) = 40+122+44=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #287A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A2C is #D785D3. Grayscale: #585858. Windows color (decimal): -14124500 or 2914856. OLE color: 2914856.

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

Color convert

RGB4012244-
CMYK0.6700.640.52
HSL122.93º50.62%31.76%-
HSV(B)122.93º67.21%47.84%-
XYZ8.2914.554.75-
YUV88.59102.8393.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 122 (48.05% from 255) = 59.22%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=19.42%
G=59.22%
B=21.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40122440.6700.640.52122.9350.6231.76
Hex287A2C43040347b3320
Octal50172541030100641736340
Binary10100011110101011001000011010000001101001111011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,122,44); }

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

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

 a { background-color: rgb(40,122,44); }

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

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

 span { border-color: rgb(40,122,44); }

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