#1BB20E

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

Shades of Islamic Green #1BB20E

Tints of Islamic Green #1BB20E

Color information

#1BB20E (or 0x1BB20E) is unknown color: approx Islamic Green. HEX triplet: 1B, B2 and 0E. RGB value is (27,178,14). Sum of RGB (Red+Green+Blue) = 27+178+14=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 178 (69.92% from 255 or 81.28% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BB20E is #E44DF1. Grayscale: #727272. Windows color (decimal): -14962162 or 963099. OLE color: 963099.

HSL color Cylindrical-coordinate representation of color #1BB20E: hue angle of 115.24º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BB20E is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB2717814-
CMYK0.8500.920.30
HSL115.24º85.42%37.65%-
HSV(B)115.24º92.13%69.8%-
XYZ16.4532.115.75-
YUV114.1671.4765.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 178 (69.92% from 255) = 81.28%
BLUE value IS 14 (5.86% from 255) = 6.39%
R=12.33%
G=81.28%
B=6.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal27178140.8500.920.30115.2485.4237.65
Hex1BB2E5505C1E735526
Octal332621612501343616312546
Binary110111011001011101010101010111001111011100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,178,14); }

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

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

 a { background-color: rgb(27,178,14); }

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

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

 span { border-color: rgb(27,178,14); }

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