#1B941E

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

Shades of Forest Green #1B941E

Tints of Forest Green #1B941E

Color information

#1B941E (or 0x1B941E) is unknown color: approx Forest Green. HEX triplet: 1B, 94 and 1E. RGB value is (27,148,30). Sum of RGB (Red+Green+Blue) = 27+148+30=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #1B941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B941E is #E46BE1. Grayscale: #626262. Windows color (decimal): -14969826 or 2003995. OLE color: 2003995.

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

Color convert

RGB2714830-
CMYK0.8200.800.42
HSL121.49º69.14%34.31%-
HSV(B)121.49º81.76%58.04%-
XYZ11.2821.514.79-
YUV98.3789.4177.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 148 (58.20% from 255) = 72.20%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=13.17%
G=72.20%
B=14.63%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27148300.8200.800.42121.4969.1434.31
Hex1B941E520502A794522
Octal332243612201205217110542
Binary11011100101001111010100100101000010101011110011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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