#288639

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

Shades of Japanese Laurel #288639

Tints of Japanese Laurel #288639

Color information

#288639 (or 0x288639) is unknown color: approx Japanese Laurel. HEX triplet: 28, 86 and 39. RGB value is (40,134,57). Sum of RGB (Red+Green+Blue) = 40+134+57=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #288639 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288639 is #D779C6. Grayscale: #616161. Windows color (decimal): -14121415 or 3769896. OLE color: 3769896.

HSL color Cylindrical-coordinate representation of color #288639: hue angle of 130.85º 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 #288639 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB4013457-
CMYK0.7000.570.47
HSL130.85º54.02%34.12%-
HSV(B)130.85º70.15%52.55%-
XYZ10.1417.86.77-
YUV97.12105.3687.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 134 (52.73% from 255) = 58.01%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=17.32%
G=58.01%
B=24.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40134570.7000.570.47130.8554.0234.12
Hex288639460392F833622
Octal5020671106071572036642
Binary101000100001101110011000110011100110111110000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288639; }

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

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

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

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

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

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

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

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