#288D1D

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

Shades of Forest Green #288D1D

Tints of Forest Green #288D1D

Color information

#288D1D (or 0x288D1D) is unknown color: approx Forest Green. HEX triplet: 28, 8D and 1D. RGB value is (40,141,29). Sum of RGB (Red+Green+Blue) = 40+141+29=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 141 (55.47% from 255 or 67.14% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 141 - color contains mainly: green. Hex color #288D1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288D1D is #D772E2. Grayscale: #626262. Windows color (decimal): -14119651 or 1936680. OLE color: 1936680.

HSL color Cylindrical-coordinate representation of color #288D1D: hue angle of 114.11º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #288D1D is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB4014129-
CMYK0.7200.790.45
HSL114.11º65.88%33.33%-
HSV(B)114.11º79.43%55.29%-
XYZ10.6219.594.38-
YUV98.0389.0486.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 141 (55.47% from 255) = 67.14%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=19.05%
G=67.14%
B=13.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40141290.7200.790.45114.1165.8833.33
Hex288D1D4804F2D724221
Octal502153511001175516210241
Binary101000100011011110110010000100111110110111100101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,141,29); }

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

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

 a { background-color: rgb(40,141,29); }

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

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

 span { border-color: rgb(40,141,29); }

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