#1BB45B

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

Shades of Pigment Green #1BB45B

Tints of Pigment Green #1BB45B

Color information

#1BB45B (or 0x1BB45B) is unknown color: approx Pigment Green. HEX triplet: 1B, B4 and 5B. RGB value is (27,180,91). Sum of RGB (Red+Green+Blue) = 27+180+91=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB45B is #E44BA4. Grayscale: #7C7C7C. Windows color (decimal): -14961573 or 6009883. OLE color: 6009883.

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

Color convert

RGB2718091-
CMYK0.8500.490.29
HSL145.1º73.91%40.59%-
HSV(B)145.1º85%70.59%-
XYZ18.6633.6315.41-
YUV124.11109.3158.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.06%
GREEN value IS 180 (70.70% from 255) = 60.40%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=9.06%
G=60.40%
B=30.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27180910.8500.490.29145.173.9140.59
Hex1BB45B550311D914a29
Octal332641331250613522111251
Binary110111011010010110111010101011000111101100100011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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