#287A2F

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

Shades of Japanese Laurel #287A2F

Tints of Japanese Laurel #287A2F

Color information

#287A2F (or 0x287A2F) is unknown color: approx Japanese Laurel. HEX triplet: 28, 7A and 2F. RGB value is (40,122,47). Sum of RGB (Red+Green+Blue) = 40+122+47=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #287A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287A2F is #D785D0. Grayscale: #595959. Windows color (decimal): -14124497 or 3111464. OLE color: 3111464.

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

Color convert

RGB4012247-
CMYK0.6700.610.52
HSL125.12º50.62%31.76%-
HSV(B)125.12º67.21%47.84%-
XYZ8.3514.585.06-
YUV88.93104.3393.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 122 (48.05% from 255) = 58.37%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=19.14%
G=58.37%
B=22.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40122470.6700.610.52125.1250.6231.76
Hex287A2F4303D347d3320
Octal5017257103075641756340
Binary1010001111010101111100001101111011101001111101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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