#1BB116

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

Shades of Forest Green #1BB116

Tints of Forest Green #1BB116

Color information

#1BB116 (or 0x1BB116) is unknown color: approx Forest Green. HEX triplet: 1B, B1 and 16. RGB value is (27,177,22). Sum of RGB (Red+Green+Blue) = 27+177+22=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 177 (69.53% from 255 or 78.32% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 177 - color contains mainly: green. Hex color #1BB116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BB116 is #E44EE9. Grayscale: #727272. Windows color (decimal): -14962410 or 1487131. OLE color: 1487131.

HSL color Cylindrical-coordinate representation of color #1BB116: hue angle of 118.06º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BB116 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB2717722-
CMYK0.8500.880.31
HSL118.06º77.89%39.02%-
HSV(B)118.06º87.57%69.41%-
XYZ16.3231.746.02-
YUV114.4875.8165.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 177 (69.53% from 255) = 78.32%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=11.95%
G=78.32%
B=9.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal27177220.8500.880.31118.0677.8939.02
Hex1BB116550581F764e27
Octal332612612501303716611647
Binary1101110110001101101010101010110001111111101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,177,22); }

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

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

 a { background-color: rgb(27,177,22); }

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

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

 span { border-color: rgb(27,177,22); }

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