#1BB30E

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

Shades of Islamic Green #1BB30E

Tints of Islamic Green #1BB30E

Color information

#1BB30E (or 0x1BB30E) is unknown color: approx Islamic Green. HEX triplet: 1B, B3 and 0E. RGB value is (27,179,14). Sum of RGB (Red+Green+Blue) = 27+179+14=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 179 (70.31% from 255 or 81.36% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB30E is #E44CF1. Grayscale: #737373. Windows color (decimal): -14961906 or 963355. OLE color: 963355.

HSL color Cylindrical-coordinate representation of color #1BB30E: hue angle of 115.27º 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 #1BB30E is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB2717914-
CMYK0.8500.920.30
HSL115.27º85.49%37.84%-
HSV(B)115.27º92.18%70.2%-
XYZ16.6532.55.81-
YUV114.7471.1465.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 179 (70.31% from 255) = 81.36%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=12.27%
G=81.36%
B=6.36%

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
Decimal27179140.8500.920.30115.2785.4937.84
Hex1BB3E5505C1E735526
Octal332631612501343616312546
Binary110111011001111101010101010111001111011100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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