#13B219

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

Shades of Islamic Green #13B219

Tints of Islamic Green #13B219

Color information

#13B219 (or 0x13B219) is unknown color: approx Islamic Green. HEX triplet: 13, B2 and 19. RGB value is (19,178,25). Sum of RGB (Red+Green+Blue) = 19+178+25=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 178 (69.92% from 255 or 80.18% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 178 - color contains mainly: green. Hex color #13B219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13B219 is #EC4DE6. Grayscale: #717171. Windows color (decimal): -15486439 or 1683987. OLE color: 1683987.

HSL color Cylindrical-coordinate representation of color #13B219: hue angle of 122.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B219 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1917825-
CMYK0.8900.860.30
HSL122.26º80.71%38.63%-
HSV(B)122.26º89.33%69.8%-
XYZ16.3632.056.24-
YUV113.0278.3260.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 178 (69.92% from 255) = 80.18%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=8.56%
G=80.18%
B=11.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19178250.8900.860.30122.2680.7138.63
Hex13B219590561E7a5127
Octal232623113101263617212147
Binary1001110110010110011011001010101101111011110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,25); }

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

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

 a { background-color: rgb(19,178,25); }

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

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

 span { border-color: rgb(19,178,25); }

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