#287830

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

Shades of Japanese Laurel #287830

Tints of Japanese Laurel #287830

Color information

#287830 (or 0x287830) is unknown color: approx Japanese Laurel. HEX triplet: 28, 78 and 30. RGB value is (40,120,48). Sum of RGB (Red+Green+Blue) = 40+120+48=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #287830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287830 is #D787CF. Grayscale: #585858. Windows color (decimal): -14125008 or 3176488. OLE color: 3176488.

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

Color convert

RGB4012048-
CMYK0.6700.600.53
HSL126º50%31.37%-
HSV(B)126º66.67%47.06%-
XYZ8.1314.15.09-
YUV87.87105.593.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 48 (19.14% from 255) = 23.08%
R=19.23%
G=57.69%
B=23.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40120480.6700.600.531265031.37
Hex2878304303C357e321f
Octal5017060103074651766237
Binary101000111100011000010000110111100110101111111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287830; }

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

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

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

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

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

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

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

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