#288A0B

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

Shades of Forest Green #288A0B

Tints of Forest Green #288A0B

Color information

#288A0B (or 0x288A0B) is unknown color: approx Forest Green. HEX triplet: 28, 8A and 0B. RGB value is (40,138,11). Sum of RGB (Red+Green+Blue) = 40+138+11=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #288A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288A0B is #D775F4. Grayscale: #5E5E5E. Windows color (decimal): -14120437 or 756264. OLE color: 756264.

HSL color Cylindrical-coordinate representation of color #288A0B: hue angle of 106.3º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #288A0B is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB4013811-
CMYK0.7100.920.46
HSL106.3º85.23%29.22%-
HSV(B)106.3º92.03%54.12%-
XYZ10.0218.653.39-
YUV94.2281.0389.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 138 (54.30% from 255) = 73.02%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=21.16%
G=73.02%
B=5.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40138110.7100.920.46106.385.2329.22
Hex288AB4705C2E6a551d
Octal502121310701345615212535
Binary1010001000101010111000111010111001011101101010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,138,11); }

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

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

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

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

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

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

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