#1E941B

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

Shades of Forest Green #1E941B

Tints of Forest Green #1E941B

Color information

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

HSL color Cylindrical-coordinate representation of color #1E941B: hue angle of 118.51º 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 #1E941B is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB3014827-
CMYK0.8000.820.42
HSL118.51º69.14%34.31%-
HSV(B)118.51º81.76%58.04%-
XYZ11.3221.534.6-
YUV98.9287.4178.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal30148270.8000.820.42118.5169.1434.31
Hex1E941B500522A774522
Octal362243312001225216710542
Binary11110100101001101110100000101001010101011101111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E941B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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