#288636

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

Shades of Japanese Laurel #288636

Tints of Japanese Laurel #288636

Color information

#288636 (or 0x288636) is unknown color: approx Japanese Laurel. HEX triplet: 28, 86 and 36. RGB value is (40,134,54). Sum of RGB (Red+Green+Blue) = 40+134+54=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #288636 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288636 is #D779C9. Grayscale: #616161. Windows color (decimal): -14121418 or 3573288. OLE color: 3573288.

HSL color Cylindrical-coordinate representation of color #288636: hue angle of 128.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288636 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB4013454-
CMYK0.7000.600.47
HSL128.94º54.02%34.12%-
HSV(B)128.94º70.15%52.55%-
XYZ10.0717.776.39-
YUV96.77103.8687.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 134 (52.73% from 255) = 58.77%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=17.54%
G=58.77%
B=23.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40134540.7000.600.47128.9454.0234.12
Hex2886364603C2F813622
Octal5020666106074572016642
Binary101000100001101101101000110011110010111110000001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288636; }

 p { color: rgb(40,134,54); }

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

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

 a { background-color: rgb(40,134,54); }

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

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

 span { border-color: rgb(40,134,54); }

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