#288B0B

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

Shades of Forest Green #288B0B

Tints of Forest Green #288B0B

Color information

#288B0B (or 0x288B0B) is unknown color: approx Forest Green. HEX triplet: 28, 8B and 0B. RGB value is (40,139,11). Sum of RGB (Red+Green+Blue) = 40+139+11=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 139 (54.69% from 255 or 73.16% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 139 - color contains mainly: green. Hex color #288B0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #288B0B is #D774F4. Grayscale: #5F5F5F. Windows color (decimal): -14120181 or 756520. OLE color: 756520.

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

Color convert

RGB4013911-
CMYK0.7100.920.45
HSL106.41º85.33%29.41%-
HSV(B)106.41º92.09%54.51%-
XYZ10.1718.943.44-
YUV94.8180.788.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 139 (54.69% from 255) = 73.16%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=21.05%
G=73.16%
B=5.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40139110.7100.920.45106.4185.3329.41
Hex288BB4705C2D6a551d
Octal502131310701345515212535
Binary1010001000101110111000111010111001011011101010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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