#288F2C

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

Shades of Forest Green #288F2C

Tints of Forest Green #288F2C

Color information

#288F2C (or 0x288F2C) is unknown color: approx Forest Green. HEX triplet: 28, 8F and 2C. RGB value is (40,143,44). Sum of RGB (Red+Green+Blue) = 40+143+44=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 143 (56.25% from 255 or 63.00% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 143 - color contains mainly: green. Hex color #288F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F2C is #D770D3. Grayscale: #656565. Windows color (decimal): -14119124 or 2920232. OLE color: 2920232.

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

Color convert

RGB4014344-
CMYK0.7200.690.44
HSL122.33º56.28%35.88%-
HSV(B)122.33º72.03%56.08%-
XYZ11.1520.285.71-
YUV100.9295.8884.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 143 (56.25% from 255) = 63.00%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=17.62%
G=63.00%
B=19.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40143440.7200.690.44122.3356.2835.88
Hex288F2C480452C7a3824
Octal50217541100105541727044
Binary101000100011111011001001000010001011011001111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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