#288D3C

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

Shades of Japanese Laurel #288D3C

Tints of Japanese Laurel #288D3C

Color information

#288D3C (or 0x288D3C) is unknown color: approx Japanese Laurel. HEX triplet: 28, 8D and 3C. RGB value is (40,141,60). Sum of RGB (Red+Green+Blue) = 40+141+60=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #288D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D3C is #D772C3. Grayscale: #656565. Windows color (decimal): -14119620 or 3968296. OLE color: 3968296.

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

Color convert

RGB4014160-
CMYK0.7200.570.45
HSL131.88º55.8%35.49%-
HSV(B)131.88º71.63%55.29%-
XYZ11.2219.837.51-
YUV101.57104.5484.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 141 (55.47% from 255) = 58.51%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=16.60%
G=58.51%
B=24.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40141600.7200.570.45131.8855.835.49
Hex288D3C480392D843823
Octal5021574110071552047043
Binary101000100011011111001001000011100110110110000100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,141,60); }

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

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

 a { background-color: rgb(40,141,60); }

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

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

 span { border-color: rgb(40,141,60); }

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