#288A3B

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

Shades of Japanese Laurel #288A3B

Tints of Japanese Laurel #288A3B

Color information

#288A3B (or 0x288A3B) is unknown color: approx Japanese Laurel. HEX triplet: 28, 8A and 3B. RGB value is (40,138,59). Sum of RGB (Red+Green+Blue) = 40+138+59=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #288A3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288A3B is #D775C4. Grayscale: #636363. Windows color (decimal): -14120389 or 3901992. OLE color: 3901992.

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

Color convert

RGB4013859-
CMYK0.7100.570.46
HSL131.63º55.06%34.9%-
HSV(B)131.63º71.01%54.12%-
XYZ10.7518.947.23-
YUV99.69105.0385.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 138 (54.30% from 255) = 58.23%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=16.88%
G=58.23%
B=24.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40138590.7100.570.46131.6355.0634.9
Hex288A3B470392E843723
Octal5021273107071562046743
Binary101000100010101110111000111011100110111010000100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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