#288536

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

Shades of Japanese Laurel #288536

Tints of Japanese Laurel #288536

Color information

#288536 (or 0x288536) is unknown color: approx Japanese Laurel. HEX triplet: 28, 85 and 36. RGB value is (40,133,54). Sum of RGB (Red+Green+Blue) = 40+133+54=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #288536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288536 is #D77AC9. Grayscale: #606060. Windows color (decimal): -14121674 or 3573032. OLE color: 3573032.

HSL color Cylindrical-coordinate representation of color #288536: hue angle of 129.03º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288536 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB4013354-
CMYK0.7000.590.48
HSL129.03º53.76%33.92%-
HSV(B)129.03º69.92%52.16%-
XYZ9.9317.496.34-
YUV96.19104.1987.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 133 (52.34% from 255) = 58.59%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=17.62%
G=58.59%
B=23.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40133540.7000.590.48129.0353.7633.92
Hex2885364603B30813622
Octal5020566106073602016642
Binary101000100001011101101000110011101111000010000001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288536; }

 p { color: rgb(40,133,54); }

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

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

 a { background-color: rgb(40,133,54); }

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

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

 span { border-color: rgb(40,133,54); }

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