#288518

Color #288518 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #288518

Tints of Forest Green #288518

Color information

#288518 (or 0x288518) is unknown color: approx Forest Green. HEX triplet: 28, 85 and 18. RGB value is (40,133,24). Sum of RGB (Red+Green+Blue) = 40+133+24=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #288518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288518 is #D77AE7. Grayscale: #5D5D5D. Windows color (decimal): -14121704 or 1606952. OLE color: 1606952.

HSL color Cylindrical-coordinate representation of color #288518: hue angle of 111.19º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288518 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB4013324-
CMYK0.7000.820.48
HSL111.19º69.43%30.78%-
HSV(B)111.19º81.95%52.16%-
XYZ9.4317.293.7-
YUV92.7789.1990.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 133 (52.34% from 255) = 67.51%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=20.30%
G=67.51%
B=12.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40133240.7000.820.48111.1969.4330.78
Hex28851846052306f451f
Octal502053010601226015710537
Binary10100010000101110001000110010100101100001101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288518; }

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

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

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

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

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

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

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

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