#28960B

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

Shades of Forest Green #28960B

Tints of Forest Green #28960B

Color information

#28960B (or 0x28960B) is unknown color: approx Forest Green. HEX triplet: 28, 96 and 0B. RGB value is (40,150,11). Sum of RGB (Red+Green+Blue) = 40+150+11=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 150 (58.98% from 255 or 74.63% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 150 - color contains mainly: green. Hex color #28960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28960B is #D769F4. Grayscale: #656565. Windows color (decimal): -14117365 or 759336. OLE color: 759336.

HSL color Cylindrical-coordinate representation of color #28960B: hue angle of 107.48º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28960B is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB4015011-
CMYK0.7300.930.41
HSL107.48º86.34%31.57%-
HSV(B)107.48º92.67%58.82%-
XYZ11.8422.293.99-
YUV101.2677.0684.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 150 (58.98% from 255) = 74.63%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=19.90%
G=74.63%
B=5.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40150110.7300.930.41107.4886.3431.57
Hex2896B4905D296b5620
Octal502261311101355115312640
Binary10100010010110101110010010101110110100111010111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28960B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28960B; }

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

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

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

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

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

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

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

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