#288f31

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

Shades of Forest Green #288F31

Tints of Forest Green #288F31

Color information

#288F31 (or 0x288F31) is unknown color: approx Forest Green. HEX triplet: 28, 8F and 31. RGB value is (40,143,49). Sum of RGB (Red+Green+Blue) = 40+143+49=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #288F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F31 is #D770CE. Grayscale: #656565. Windows color (decimal): -14119119 or 3247912. OLE color: 3247912.

HSL color Cylindrical-coordinate representation of color #288F31: hue angle of 125.24º 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 #288F31 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB4014349-
CMYK0.7200.660.44
HSL125.24º56.28%35.88%-
HSV(B)125.24º72.03%56.08%-
XYZ11.2520.326.23-
YUV101.4998.3884.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 143 (56.25% from 255) = 61.64%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=17.24%
G=61.64%
B=21.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40143490.7200.660.44125.2456.2835.88
Hex288F31480422C7d3824
Octal50217611100102541757044
Binary101000100011111100011001000010000101011001111101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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