#287732

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

Shades of Japanese Laurel #287732

Tints of Japanese Laurel #287732

Color information

#287732 (or 0x287732) is unknown color: approx Japanese Laurel. HEX triplet: 28, 77 and 32. RGB value is (40,119,50). Sum of RGB (Red+Green+Blue) = 40+119+50=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #287732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287732 is #D788CD. Grayscale: #575757. Windows color (decimal): -14125262 or 3307304. OLE color: 3307304.

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

Color convert

RGB4011950-
CMYK0.6600.580.53
HSL127.59º49.69%31.18%-
HSV(B)127.59º66.39%46.67%-
XYZ8.0513.885.27-
YUV87.51106.8394.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 119 (46.88% from 255) = 56.94%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=19.14%
G=56.94%
B=23.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119500.6600.580.53127.5949.6931.18
Hex2877324203A3580321f
Octal5016762102072652006237
Binary1010001110111110010100001001110101101011000000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287732; }

 p { color: rgb(40,119,50); }

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

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

 a { background-color: rgb(40,119,50); }

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

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

 span { border-color: rgb(40,119,50); }

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