#288C07

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

Shades of Forest Green #288C07

Tints of Forest Green #288C07

Color information

#288C07 (or 0x288C07) is unknown color: approx Forest Green. HEX triplet: 28, 8C and 07. RGB value is (40,140,7). Sum of RGB (Red+Green+Blue) = 40+140+7=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 140 (55.08% from 255 or 74.87% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 140 - color contains mainly: green. Hex color #288C07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288C07 is #D773F8. Grayscale: #5F5F5F. Windows color (decimal): -14119929 or 494632. OLE color: 494632.

HSL color Cylindrical-coordinate representation of color #288C07: hue angle of 105.11º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #288C07 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB401407-
CMYK0.7100.950.45
HSL105.11º90.48%28.82%-
HSV(B)105.11º95%54.9%-
XYZ10.2919.223.37-
YUV94.9478.3788.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 140 (55.08% from 255) = 74.87%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=21.39%
G=74.87%
B=3.74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4014070.7100.950.45105.1190.4828.82
Hex288C74705F2D695a1d
Octal50214710701375515113235
Binary101000100011001111000111010111111011011101001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,140,7); }

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

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

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

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

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

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

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