#13B115

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

Shades of Islamic Green #13B115

Tints of Islamic Green #13B115

Color information

#13B115 (or 0x13B115) is unknown color: approx Islamic Green. HEX triplet: 13, B1 and 15. RGB value is (19,177,21). Sum of RGB (Red+Green+Blue) = 19+177+21=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 177 (69.53% from 255 or 81.57% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 177 - color contains mainly: green. Hex color #13B115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B115 is #EC4EEA. Grayscale: #707070. Windows color (decimal): -15486699 or 1421587. OLE color: 1421587.

HSL color Cylindrical-coordinate representation of color #13B115: hue angle of 120.76º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B115 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1917721-
CMYK0.8900.880.31
HSL120.76º80.61%38.43%-
HSV(B)120.76º89.27%69.41%-
XYZ16.1331.645.97-
YUV111.9776.6561.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 177 (69.53% from 255) = 81.57%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=8.76%
G=81.57%
B=9.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19177210.8900.880.31120.7680.6138.43
Hex13B115590581F795126
Octal232612513101303717112146
Binary1001110110001101011011001010110001111111110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B115; }

 p { color: rgb(19,177,21); }

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

<style>
 a { background-color: #13B115; }

 a { background-color: rgb(19,177,21); }

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

<style>
 span { border-color: #13B115; }

 span { border-color: rgb(19,177,21); }

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