#288240

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

Shades of Japanese Laurel #288240

Tints of Japanese Laurel #288240

Color information

#288240 (or 0x288240) is unknown color: approx Japanese Laurel. HEX triplet: 28, 82 and 40. RGB value is (40,130,64). Sum of RGB (Red+Green+Blue) = 40+130+64=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #288240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288240 is #D77DBF. Grayscale: #5F5F5F. Windows color (decimal): -14122432 or 4227624. OLE color: 4227624.

HSL color Cylindrical-coordinate representation of color #288240: hue angle of 136º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288240 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB4013064-
CMYK0.6900.510.49
HSL136º52.94%33.33%-
HSV(B)136º69.23%50.98%-
XYZ9.7816.797.57-
YUV95.57110.1888.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=17.09%
G=55.56%
B=27.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40130640.6900.510.4913652.9433.33
Hex2882404503331883521
Octal50202100105063612106541
Binary1010001000001010000001000101011001111000110001000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288240; }

 p { color: rgb(40,130,64); }

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

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

 a { background-color: rgb(40,130,64); }

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

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

 span { border-color: rgb(40,130,64); }

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