#288E2E

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

Shades of Forest Green #288E2E

Tints of Forest Green #288E2E

Color information

#288E2E (or 0x288E2E) is unknown color: approx Forest Green. HEX triplet: 28, 8E and 2E. RGB value is (40,142,46). Sum of RGB (Red+Green+Blue) = 40+142+46=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 142 (55.86% from 255 or 62.28% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 142 - color contains mainly: green. Hex color #288E2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288E2E is #D771D1. Grayscale: #646464. Windows color (decimal): -14119378 or 3051048. OLE color: 3051048.

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

Color convert

RGB4014246-
CMYK0.7200.680.44
HSL123.53º56.04%35.69%-
HSV(B)123.53º71.83%55.69%-
XYZ11.0419.995.86-
YUV100.5697.2184.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 142 (55.86% from 255) = 62.28%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=17.54%
G=62.28%
B=20.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40142460.7200.680.44123.5356.0435.69
Hex288E2E480442C7c3824
Octal50216561100104541747044
Binary101000100011101011101001000010001001011001111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,142,46); }

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

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

 a { background-color: rgb(40,142,46); }

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

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

 span { border-color: rgb(40,142,46); }

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