#287A2B

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

Shades of Japanese Laurel #287A2B

Tints of Japanese Laurel #287A2B

Color information

#287A2B (or 0x287A2B) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7A and 2B. RGB value is (40,122,43). Sum of RGB (Red+Green+Blue) = 40+122+43=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #287A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A2B is #D785D4. Grayscale: #585858. Windows color (decimal): -14124501 or 2849320. OLE color: 2849320.

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

Color convert

RGB4012243-
CMYK0.6700.650.52
HSL122.2º50.62%31.76%-
HSV(B)122.2º67.21%47.84%-
XYZ8.2714.544.66-
YUV88.48102.3393.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=19.51%
G=59.51%
B=20.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40122430.6700.650.52122.250.6231.76
Hex287A2B43041347a3320
Octal50172531030101641726340
Binary10100011110101010111000011010000011101001111010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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