#288132

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

Shades of Japanese Laurel #288132

Tints of Japanese Laurel #288132

Color information

#288132 (or 0x288132) is unknown color: approx Japanese Laurel. HEX triplet: 28, 81 and 32. RGB value is (40,129,50). Sum of RGB (Red+Green+Blue) = 40+129+50=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #288132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288132 is #D77ECD. Grayscale: #5D5D5D. Windows color (decimal): -14122702 or 3309864. OLE color: 3309864.

HSL color Cylindrical-coordinate representation of color #288132: hue angle of 126.74º 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 #288132 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB4012950-
CMYK0.6900.610.49
HSL126.74º52.66%33.14%-
HSV(B)126.74º68.99%50.59%-
XYZ9.316.385.69-
YUV93.38103.5189.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.26%
GREEN value IS 129 (50.78% from 255) = 58.90%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=18.26%
G=58.90%
B=22.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40129500.6900.610.49126.7452.6633.14
Hex2881324503D317f3521
Octal5020162105075611776541
Binary10100010000001110010100010101111011100011111111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288132; }

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

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

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

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

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

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

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

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