#288535

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

Shades of Japanese Laurel #288535

Tints of Japanese Laurel #288535

Color information

#288535 (or 0x288535) is unknown color: approx Japanese Laurel. HEX triplet: 28, 85 and 35. RGB value is (40,133,53). Sum of RGB (Red+Green+Blue) = 40+133+53=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #288535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288535 is #D77ACA. Grayscale: #606060. Windows color (decimal): -14121675 or 3507496. OLE color: 3507496.

HSL color Cylindrical-coordinate representation of color #288535: hue angle of 128.39º 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 #288535 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB4013353-
CMYK0.7000.600.48
HSL128.39º53.76%33.92%-
HSV(B)128.39º69.92%52.16%-
XYZ9.9117.486.22-
YUV96.07103.6988-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 133 (52.34% from 255) = 58.85%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=17.70%
G=58.85%
B=23.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40133530.7000.600.48128.3953.7633.92
Hex2885354603C30803622
Octal5020565106074602006642
Binary101000100001011101011000110011110011000010000000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288535; }

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

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

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

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

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

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

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

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