#1B981C

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

Shades of Forest Green #1B981C

Tints of Forest Green #1B981C

Color information

#1B981C (or 0x1B981C) is unknown color: approx Forest Green. HEX triplet: 1B, 98 and 1C. RGB value is (27,152,28). Sum of RGB (Red+Green+Blue) = 27+152+28=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 152 (59.77% from 255 or 73.43% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 152 - color contains mainly: green. Hex color #1B981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B981C is #E467E3. Grayscale: #646464. Windows color (decimal): -14968804 or 1873947. OLE color: 1873947.

HSL color Cylindrical-coordinate representation of color #1B981C: hue angle of 120.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B981C is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB2715228-
CMYK0.8200.820.40
HSL120.48º69.83%35.1%-
HSV(B)120.48º82.24%59.61%-
XYZ11.8922.774.87-
YUV100.4987.0975.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.04%
GREEN value IS 152 (59.77% from 255) = 73.43%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=13.04%
G=73.43%
B=13.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27152280.8200.820.40120.4869.8335.1
Hex1B981C5205228784623
Octal332303412201225017010643
Binary11011100110001110010100100101001010100011110001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,152,28); }

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

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

 a { background-color: rgb(27,152,28); }

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

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

 span { border-color: rgb(27,152,28); }

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