#288328

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

Shades of Forest Green #288328

Tints of Forest Green #288328

Color information

#288328 (or 0x288328) is unknown color: approx Forest Green. HEX triplet: 28, 83 and 28. RGB value is (40,131,40). Sum of RGB (Red+Green+Blue) = 40+131+40=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #288328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288328 is #D77CD7. Grayscale: #5D5D5D. Windows color (decimal): -14122200 or 2655016. OLE color: 2655016.

HSL color Cylindrical-coordinate representation of color #288328: hue angle of 120º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288328 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB4013140-
CMYK0.6900.690.49
HSL120º53.22%33.53%-
HSV(B)120º69.47%51.37%-
XYZ9.3716.844.76-
YUV93.4297.8589.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 131 (51.56% from 255) = 62.09%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=18.96%
G=62.09%
B=18.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40131400.6900.690.4912053.2233.53
Hex2883284504531783522
Octal50203501050105611706542
Binary101000100000111010001000101010001011100011111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288328; }

 p { color: rgb(40,131,40); }

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

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

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

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

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

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

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