#288F1F

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

Shades of Forest Green #288F1F

Tints of Forest Green #288F1F

Color information

#288F1F (or 0x288F1F) is unknown color: approx Forest Green. HEX triplet: 28, 8F and 1F. RGB value is (40,143,31). Sum of RGB (Red+Green+Blue) = 40+143+31=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #288F1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F1F is #D770E0. Grayscale: #636363. Windows color (decimal): -14119137 or 2068264. OLE color: 2068264.

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

Color convert

RGB4014331-
CMYK0.7200.780.44
HSL115.18º64.37%34.12%-
HSV(B)115.18º78.32%56.08%-
XYZ10.9420.194.62-
YUV99.4389.3885.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 143 (56.25% from 255) = 66.82%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=18.69%
G=66.82%
B=14.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40143310.7200.780.44115.1864.3734.12
Hex288F1F4804E2C734022
Octal502173711001165416310042
Binary101000100011111111110010000100111010110011100111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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