#1B830D

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

Shades of Forest Green #1B830D

Tints of Forest Green #1B830D

Color information

#1B830D (or 0x1B830D) is unknown color: approx Forest Green. HEX triplet: 1B, 83 and 0D. RGB value is (27,131,13). Sum of RGB (Red+Green+Blue) = 27+131+13=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 131 (51.56% from 255 or 76.61% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 131 - color contains mainly: green. Hex color #1B830D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B830D is #E47CF2. Grayscale: #565656. Windows color (decimal): -14974195 or 885531. OLE color: 885531.

HSL color Cylindrical-coordinate representation of color #1B830D: hue angle of 112.88º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B830D is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB2713113-
CMYK0.7900.900.49
HSL112.88º81.94%28.24%-
HSV(B)112.88º90.08%51.37%-
XYZ8.6416.493.11-
YUV86.4586.5485.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 131 (51.56% from 255) = 76.61%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=15.79%
G=76.61%
B=7.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27131130.7900.900.49112.8881.9428.24
Hex1B83D4F05A3171521c
Octal332031511701326116112234
Binary110111000001111011001111010110101100011110001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B830D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,131,13); }

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

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

 a { background-color: rgb(27,131,13); }

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

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

 span { border-color: rgb(27,131,13); }

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