#1BA611

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

Shades of Forest Green #1BA611

Tints of Forest Green #1BA611

Color information

#1BA611 (or 0x1BA611) is unknown color: approx Forest Green. HEX triplet: 1B, A6 and 11. RGB value is (27,166,17). Sum of RGB (Red+Green+Blue) = 27+166+17=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 166 (65.23% from 255 or 79.05% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA611 is #E459EE. Grayscale: #6B6B6B. Windows color (decimal): -14965231 or 1156635. OLE color: 1156635.

HSL color Cylindrical-coordinate representation of color #1BA611: hue angle of 115.97º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BA611 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB2716617-
CMYK0.8400.900.35
HSL115.97º81.42%35.88%-
HSV(B)115.97º89.76%65.1%-
XYZ14.1927.555.1-
YUV107.4576.9570.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.86%
GREEN value IS 166 (65.23% from 255) = 79.05%
BLUE value IS 17 (7.03% from 255) = 8.10%
R=12.86%
G=79.05%
B=8.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27166170.8400.900.35115.9781.4235.88
Hex1BA6115405A23745124
Octal332462112401324316412144
Binary11011101001101000110101000101101010001111101001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,166,17); }

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

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

 a { background-color: rgb(27,166,17); }

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

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

 span { border-color: rgb(27,166,17); }

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