#287829

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

Shades of Japanese Laurel #287829

Tints of Japanese Laurel #287829

Color information

#287829 (or 0x287829) is unknown color: approx Japanese Laurel. HEX triplet: 28, 78 and 29. RGB value is (40,120,41). Sum of RGB (Red+Green+Blue) = 40+120+41=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #287829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287829 is #D787D6. Grayscale: #575757. Windows color (decimal): -14125015 or 2717736. OLE color: 2717736.

HSL color Cylindrical-coordinate representation of color #287829: hue angle of 120.75º 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 #287829 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB4012041-
CMYK0.6700.660.53
HSL120.75º50%31.37%-
HSV(B)120.75º66.67%47.06%-
XYZ7.9914.044.39-
YUV87.0710294.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 120 (47.27% from 255) = 59.70%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=19.90%
G=59.70%
B=20.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40120410.6700.660.53120.755031.37
Hex287829430423579321f
Octal50170511030102651716237
Binary1010001111000101001100001101000010110101111100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287829; }

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

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

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

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

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

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

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

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