#288433

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

Shades of Japanese Laurel #288433

Tints of Japanese Laurel #288433

Color information

#288433 (or 0x288433) is unknown color: approx Japanese Laurel. HEX triplet: 28, 84 and 33. RGB value is (40,132,51). Sum of RGB (Red+Green+Blue) = 40+132+51=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #288433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288433 is #D77BCC. Grayscale: #5F5F5F. Windows color (decimal): -14121933 or 3376168. OLE color: 3376168.

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

Color convert

RGB4013251-
CMYK0.7000.610.48
HSL127.17º53.49%33.73%-
HSV(B)127.17º69.7%51.76%-
XYZ9.7217.195.94-
YUV95.26103.0288.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.94%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=17.94%
G=59.19%
B=22.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40132510.7000.610.48127.1753.4933.73
Hex2884334603D307f3522
Octal5020463106075601776542
Binary10100010000100110011100011001111011100001111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288433; }

 p { color: rgb(40,132,51); }

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

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

 a { background-color: rgb(40,132,51); }

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

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

 span { border-color: rgb(40,132,51); }

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