#1BB416

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

Shades of Forest Green #1BB416

Tints of Forest Green #1BB416

Color information

#1BB416 (or 0x1BB416) is unknown color: approx Forest Green. HEX triplet: 1B, B4 and 16. RGB value is (27,180,22). Sum of RGB (Red+Green+Blue) = 27+180+22=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 180 (70.70% from 255 or 78.60% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB416 is #E44BE9. Grayscale: #747474. Windows color (decimal): -14961642 or 1487899. OLE color: 1487899.

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

Color convert

RGB2718022-
CMYK0.8500.880.29
HSL118.1º78.22%39.61%-
HSV(B)118.1º87.78%70.59%-
XYZ16.9232.936.22-
YUV116.2474.8164.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.79%
GREEN value IS 180 (70.70% from 255) = 78.60%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=11.79%
G=78.60%
B=9.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27180220.8500.880.29118.178.2239.61
Hex1BB416550581D764e28
Octal332642612501303516611650
Binary1101110110100101101010101010110001110111101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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