#1BA31E

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

Shades of Forest Green #1BA31E

Tints of Forest Green #1BA31E

Color information

#1BA31E (or 0x1BA31E) is unknown color: approx Forest Green. HEX triplet: 1B, A3 and 1E. RGB value is (27,163,30). Sum of RGB (Red+Green+Blue) = 27+163+30=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 163 (64.06% from 255 or 74.09% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA31E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA31E is #E45CE1. Grayscale: #6B6B6B. Windows color (decimal): -14965986 or 2007835. OLE color: 2007835.

HSL color Cylindrical-coordinate representation of color #1BA31E: hue angle of 121.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA31E is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB2716330-
CMYK0.8300.820.36
HSL121.32º71.58%37.25%-
HSV(B)121.32º83.44%63.92%-
XYZ13.7826.525.62-
YUV107.1784.4470.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 163 (64.06% from 255) = 74.09%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=12.27%
G=74.09%
B=13.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27163300.8300.820.36121.3271.5837.25
Hex1BA31E5305224794825
Octal332433612301224417111045
Binary11011101000111111010100110101001010010011110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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