#288D3D

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

Shades of Japanese Laurel #288D3D

Tints of Japanese Laurel #288D3D

Color information

#288D3D (or 0x288D3D) is unknown color: approx Japanese Laurel. HEX triplet: 28, 8D and 3D. RGB value is (40,141,61). Sum of RGB (Red+Green+Blue) = 40+141+61=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 141 (55.47% from 255 or 58.26% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 141 - color contains mainly: green. Hex color #288D3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D3D is #D772C2. Grayscale: #656565. Windows color (decimal): -14119619 or 4033832. OLE color: 4033832.

HSL color Cylindrical-coordinate representation of color #288D3D: hue angle of 132.48º 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 #288D3D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB4014161-
CMYK0.7200.570.45
HSL132.48º55.8%35.49%-
HSV(B)132.48º71.63%55.29%-
XYZ11.2419.847.65-
YUV101.68105.0484-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 141 (55.47% from 255) = 58.26%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=16.53%
G=58.26%
B=25.21%

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
Decimal40141610.7200.570.45132.4855.835.49
Hex288D3D480392D843823
Octal5021575110071552047043
Binary101000100011011111011001000011100110110110000100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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