#1B9913

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

Shades of Forest Green #1B9913

Tints of Forest Green #1B9913

Color information

#1B9913 (or 0x1B9913) is unknown color: approx Forest Green. HEX triplet: 1B, 99 and 13. RGB value is (27,153,19). Sum of RGB (Red+Green+Blue) = 27+153+19=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 153 (60.16% from 255 or 76.88% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 153 - color contains mainly: green. Hex color #1B9913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B9913 is #E466EC. Grayscale: #646464. Windows color (decimal): -14968557 or 1284379. OLE color: 1284379.

HSL color Cylindrical-coordinate representation of color #1B9913: hue angle of 116.42º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B9913 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB2715319-
CMYK0.8200.880.4
HSL116.42º77.91%33.73%-
HSV(B)116.42º87.58%60%-
XYZ11.9623.064.44-
YUV100.0582.2675.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.57%
GREEN value IS 153 (60.16% from 255) = 76.88%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=13.57%
G=76.88%
B=9.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27153190.8200.880.4116.4277.9133.73
Hex1B99135205828744e22
Octal332312312201305016411642
Binary11011100110011001110100100101100010100011101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,153,19); }

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

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

 a { background-color: rgb(27,153,19); }

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

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

 span { border-color: rgb(27,153,19); }

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