#288131

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

Shades of Japanese Laurel #288131

Tints of Japanese Laurel #288131

Color information

#288131 (or 0x288131) is unknown color: approx Japanese Laurel. HEX triplet: 28, 81 and 31. RGB value is (40,129,49). Sum of RGB (Red+Green+Blue) = 40+129+49=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #288131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288131 is #D77ECE. Grayscale: #5D5D5D. Windows color (decimal): -14122703 or 3244328. OLE color: 3244328.

HSL color Cylindrical-coordinate representation of color #288131: hue angle of 126.07º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288131 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB4012949-
CMYK0.6900.620.49
HSL126.07º52.66%33.14%-
HSV(B)126.07º68.99%50.59%-
XYZ9.2816.375.58-
YUV93.27103.0190-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 129 (50.78% from 255) = 59.17%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=18.35%
G=59.17%
B=22.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129490.6900.620.49126.0752.6633.14
Hex2881314503E317e3521
Octal5020161105076611766541
Binary10100010000001110001100010101111101100011111110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288131; }

 p { color: rgb(40,129,49); }

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

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

 a { background-color: rgb(40,129,49); }

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

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

 span { border-color: rgb(40,129,49); }

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