#288437

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

Shades of Japanese Laurel #288437

Tints of Japanese Laurel #288437

Color information

#288437 (or 0x288437) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 37. RGB value is (40,132,55). Sum of RGB (Red+Green+Blue) = 40+132+55=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #288437 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288437 is #D77BC8. Grayscale: #5F5F5F. Windows color (decimal): -14121929 or 3638312. OLE color: 3638312.

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

Color convert

RGB4013255-
CMYK0.7000.580.48
HSL129.78º53.49%33.73%-
HSV(B)129.78º69.7%51.76%-
XYZ9.8217.236.42-
YUV95.71105.0288.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=17.62%
G=58.15%
B=24.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132550.7000.580.48129.7853.4933.73
Hex2884374603A30823522
Octal5020467106072602026542
Binary101000100001001101111000110011101011000010000010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288437; }

 p { color: rgb(40,132,55); }

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

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

 a { background-color: rgb(40,132,55); }

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

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

 span { border-color: rgb(40,132,55); }

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