#1BB40C

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

Shades of Islamic Green #1BB40C

Tints of Islamic Green #1BB40C

Color information

#1BB40C (or 0x1BB40C) is unknown color: approx Islamic Green. HEX triplet: 1B, B4 and 0C. RGB value is (27,180,12). Sum of RGB (Red+Green+Blue) = 27+180+12=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 180 (70.70% from 255 or 82.19% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB40C is #E44BF3. Grayscale: #737373. Windows color (decimal): -14961652 or 832539. OLE color: 832539.

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

Color convert

RGB2718012-
CMYK0.8500.930.29
HSL114.64º87.5%37.65%-
HSV(B)114.64º93.33%70.59%-
XYZ16.8432.95.81-
YUV115.169.8165.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 180 (70.70% from 255) = 82.19%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=12.33%
G=82.19%
B=5.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27180120.8500.930.29114.6487.537.65
Hex1BB4C5505D1D735826
Octal332641412501353516313046
Binary110111011010011001010101010111011110111100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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