Html Css Color HEX #13B313 Islamic Green

📋 copy color: '#13B313'

red 19 ◦ green 179 ◦ blue 19

#13B313
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #13B313

Tints of Islamic Green #13B313

RGB

 RED value IS 19 (7.81% from 255) = 8.76%

 GREEN value IS 179 (70.31% from 255) = 82.49%

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 8.76%
G = 82.49%
B = 8.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#13B313 (or 0x13B313) is known color: Islamic Green. HEX triplet: 13, B3 and 13. RGB value is (19,179,19). Sum of RGB (Red+Green+Blue) = 19+179+19=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 179 (70.31% from 255 or 82.49% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 179 - color contains mainly: green. Hex color #13B313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B313 is #EC4CEC. Grayscale: #717171. Windows color (decimal): -15486189 or 1291027. OLE color: 1291027.

HSL color Cylindrical-coordinate representation of color #13B313: hue angle of 120º 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 #13B313 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 179 19 -
CMYK 0.89 0 0.89 0.30
HSL 120º 0.81% 0.39% -
HSV(B) 120º 0.89% 0.7% -
XYZ 16.51 32.43 6 -
YUV 112.92 74.99 61.01 -
System Red Green Blue C M Y K H S L
Decimal 19 179 19 0.89 0 0.89 0.30 120 0.81 0.39
Hex 13 B3 13 59 0 59 1E 78 51 27
Octal 23 263 23 131 0 131 36 170 121 47
Binary 10011 10110011 10011 1011001 0 1011001 11110 1111000 1010001 100111

Color Harmonies of #13B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B313

Black with #13B313

Text Example


Text Example

White with #13B313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,179,19); }

 H1.HeaderClassName
 {
   color: #13B313;
 }
 .AnyTagClassName
 {
   color: #13B313;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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