#1B9411

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

Shades of Forest Green #1B9411

Tints of Forest Green #1B9411

Color information

#1B9411 (or 0x1B9411) is unknown color: approx Forest Green. HEX triplet: 1B, 94 and 11. RGB value is (27,148,17). Sum of RGB (Red+Green+Blue) = 27+148+17=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 148 (58.20% from 255 or 77.08% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 148 - color contains mainly: green. Hex color #1B9411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9411 is #E46BEE. Grayscale: #616161. Windows color (decimal): -14969839 or 1152027. OLE color: 1152027.

HSL color Cylindrical-coordinate representation of color #1B9411: hue angle of 115.42º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B9411 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB2714817-
CMYK0.8200.890.42
HSL115.42º79.39%32.35%-
HSV(B)115.42º88.51%58.04%-
XYZ11.1421.454.08-
YUV96.8982.9178.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.06%
GREEN value IS 148 (58.20% from 255) = 77.08%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=14.06%
G=77.08%
B=8.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27148170.8200.890.42115.4279.3932.35
Hex1B9411520592A734f20
Octal332242112201315216311740
Binary11011100101001000110100100101100110101011100111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B9411; }

 p { color: rgb(27,148,17); }

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

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

 a { background-color: rgb(27,148,17); }

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

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

 span { border-color: rgb(27,148,17); }

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