#288F26

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

Shades of Forest Green #288F26

Tints of Forest Green #288F26

Color information

#288F26 (or 0x288F26) is unknown color: approx Forest Green. HEX triplet: 28, 8F and 26. RGB value is (40,143,38). Sum of RGB (Red+Green+Blue) = 40+143+38=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 143 (56.25% from 255 or 64.71% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 143 - color contains mainly: green. Hex color #288F26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F26 is #D770D9. Grayscale: #646464. Windows color (decimal): -14119130 or 2527016. OLE color: 2527016.

HSL color Cylindrical-coordinate representation of color #288F26: hue angle of 118.86º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288F26 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB4014338-
CMYK0.7200.730.44
HSL118.86º58.01%35.49%-
HSV(B)118.86º73.43%56.08%-
XYZ11.0520.245.16-
YUV100.2392.8885.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 143 (56.25% from 255) = 64.71%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=18.10%
G=64.71%
B=17.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40143380.7200.730.44118.8658.0135.49
Hex288F26480492C773a23
Octal50217461100111541677243
Binary101000100011111001101001000010010011011001110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288F26; }

 p { color: rgb(40,143,38); }

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

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

 a { background-color: rgb(40,143,38); }

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

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

 span { border-color: rgb(40,143,38); }

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