#288B39

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

Shades of Japanese Laurel #288B39

Tints of Japanese Laurel #288B39

Color information

#288B39 (or 0x288B39) is unknown color: approx Japanese Laurel. HEX triplet: 28, 8B and 39. RGB value is (40,139,57). Sum of RGB (Red+Green+Blue) = 40+139+57=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #288B39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288B39 is #D774C6. Grayscale: #646464. Windows color (decimal): -14120135 or 3771176. OLE color: 3771176.

HSL color Cylindrical-coordinate representation of color #288B39: hue angle of 130.3º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B39 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB4013957-
CMYK0.7100.590.45
HSL130.3º55.31%35.1%-
HSV(B)130.3º71.22%54.51%-
XYZ10.8519.217.01-
YUV100.05103.785.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 139 (54.69% from 255) = 58.90%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=16.95%
G=58.90%
B=24.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40139570.7100.590.45130.355.3135.1
Hex288B394703B2D823723
Octal5021371107073552026743
Binary101000100010111110011000111011101110110110000010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288B39; }

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

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

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

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

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

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

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

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