#288538

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

Shades of Japanese Laurel #288538

Tints of Japanese Laurel #288538

Color information

#288538 (or 0x288538) is unknown color: approx Japanese Laurel. HEX triplet: 28, 85 and 38. RGB value is (40,133,56). Sum of RGB (Red+Green+Blue) = 40+133+56=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #288538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288538 is #D77AC7. Grayscale: #606060. Windows color (decimal): -14121672 or 3704104. OLE color: 3704104.

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

Color convert

RGB4013356-
CMYK0.7000.580.48
HSL130.32º53.76%33.92%-
HSV(B)130.32º69.92%52.16%-
XYZ9.9817.516.6-
YUV96.42105.1987.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=17.47%
G=58.08%
B=24.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40133560.7000.580.48130.3253.7633.92
Hex2885384603A30823622
Octal5020570106072602026642
Binary101000100001011110001000110011101011000010000010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288538; }

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

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

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

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

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

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

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

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