#287826

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

Shades of Japanese Laurel #287826

Tints of Japanese Laurel #287826

Color information

#287826 (or 0x287826) is unknown color: approx Japanese Laurel. HEX triplet: 28, 78 and 26. RGB value is (40,120,38). Sum of RGB (Red+Green+Blue) = 40+120+38=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #287826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287826 is #D787D9. Grayscale: #565656. Windows color (decimal): -14125018 or 2521128. OLE color: 2521128.

HSL color Cylindrical-coordinate representation of color #287826: hue angle of 118.54º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287826 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB4012038-
CMYK0.6700.680.53
HSL118.54º51.9%30.98%-
HSV(B)118.54º68.33%47.06%-
XYZ7.9414.024.12-
YUV86.73100.594.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=20.20%
G=60.61%
B=19.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40120380.6700.680.53118.5451.930.98
Hex287826430443577341f
Octal50170461030104651676437
Binary1010001111000100110100001101000100110101111011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287826; }

 p { color: rgb(40,120,38); }

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

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

 a { background-color: rgb(40,120,38); }

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

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

 span { border-color: rgb(40,120,38); }

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