#1B981A

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

Shades of Forest Green #1B981A

Tints of Forest Green #1B981A

Color information

#1B981A (or 0x1B981A) is unknown color: approx Forest Green. HEX triplet: 1B, 98 and 1A. RGB value is (27,152,26). Sum of RGB (Red+Green+Blue) = 27+152+26=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 152 (59.77% from 255 or 74.15% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 152 - color contains mainly: green. Hex color #1B981A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B981A is #E467E5. Grayscale: #646464. Windows color (decimal): -14968806 or 1742875. OLE color: 1742875.

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

Color convert

RGB2715226-
CMYK0.8200.830.40
HSL119.52º70.79%34.9%-
HSV(B)119.52º82.89%59.61%-
XYZ11.8722.764.75-
YUV100.2686.0975.75-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 152 (59.77% from 255) = 74.15%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=13.17%
G=74.15%
B=12.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27152260.8200.830.40119.5270.7934.9
Hex1B981A5205328784723
Octal332303212201235017010743
Binary11011100110001101010100100101001110100011110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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