#288A3E

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

Shades of Japanese Laurel #288A3E

Tints of Japanese Laurel #288A3E

Color information

#288A3E (or 0x288A3E) is unknown color: approx Japanese Laurel. HEX triplet: 28, 8A and 3E. RGB value is (40,138,62). Sum of RGB (Red+Green+Blue) = 40+138+62=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #288A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288A3E is #D775C1. Grayscale: #646464. Windows color (decimal): -14120386 or 4098600. OLE color: 4098600.

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

Color convert

RGB4013862-
CMYK0.7100.550.46
HSL133.47º55.06%34.9%-
HSV(B)133.47º71.01%54.12%-
XYZ10.8318.987.65-
YUV100.03106.5385.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=16.67%
G=57.5%
B=25.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40138620.7100.550.46133.4755.0634.9
Hex288A3E470372E853723
Octal5021276107067562056743
Binary101000100010101111101000111011011110111010000101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,138,62); }

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

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

 a { background-color: rgb(40,138,62); }

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

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

 span { border-color: rgb(40,138,62); }

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