#287630

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

Shades of Japanese Laurel #287630

Tints of Japanese Laurel #287630

Color information

#287630 (or 0x287630) is unknown color: approx Japanese Laurel. HEX triplet: 28, 76 and 30. RGB value is (40,118,48). Sum of RGB (Red+Green+Blue) = 40+118+48=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #287630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287630 is #D789CF. Grayscale: #565656. Windows color (decimal): -14125520 or 3175976. OLE color: 3175976.

HSL color Cylindrical-coordinate representation of color #287630: hue angle of 126.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287630 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB4011848-
CMYK0.6600.590.54
HSL126.15º49.37%30.98%-
HSV(B)126.15º66.1%46.27%-
XYZ7.8913.625.01-
YUV86.7106.1694.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 118 (46.48% from 255) = 57.28%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=19.42%
G=57.28%
B=23.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118480.6600.590.54126.1549.3730.98
Hex2876304203B367e311f
Octal5016660102073661766137
Binary101000111011011000010000100111011110110111111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287630; }

 p { color: rgb(40,118,48); }

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

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

 a { background-color: rgb(40,118,48); }

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

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

 span { border-color: rgb(40,118,48); }

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