#288014

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

Shades of Forest Green #288014

Tints of Forest Green #288014

Color information

#288014 (or 0x288014) is unknown color: approx Forest Green. HEX triplet: 28, 80 and 14. RGB value is (40,128,20). Sum of RGB (Red+Green+Blue) = 40+128+20=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #288014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288014 is #D77FEB. Grayscale: #595959. Windows color (decimal): -14122988 or 1343528. OLE color: 1343528.

HSL color Cylindrical-coordinate representation of color #288014: hue angle of 108.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288014 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB4012820-
CMYK0.6900.840.50
HSL108.89º72.97%29.02%-
HSV(B)108.89º84.38%50.2%-
XYZ8.7215.943.28-
YUV89.3888.8592.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 128 (50.39% from 255) = 68.09%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=21.28%
G=68.09%
B=10.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40128200.6900.840.50108.8972.9729.02
Hex28801445054326d491d
Octal502002410501246215511135
Binary10100010000000101001000101010101001100101101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288014; }

 p { color: rgb(40,128,20); }

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

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

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

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

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

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

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