Html Css Color HEX #13B305 Islamic Green

📋 copy color: '#13B305'

red 19 ◦ green 179 ◦ blue 5

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

Shades of Islamic Green #13B305

Tints of Islamic Green #13B305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 9.36%
G = 88.18%
B = 2.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#13B305 (or 0x13B305) is known color: Islamic Green. HEX triplet: 13, B3 and 05. RGB value is (19,179,5). Sum of RGB (Red+Green+Blue) = 19+179+5=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 179 (70.31% from 255 or 88.18% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 179 - color contains mainly: green. Hex color #13B305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B305 is #EC4CFA. Grayscale: #6F6F6F. Windows color (decimal): -15486203 or 373523. OLE color: 373523.

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

Color convert

RGB 19 179 5 -
CMYK 0.89 0 0.97 0.30
HSL 115.17º 0.95% 0.36% -
HSV(B) 115.17º 0.97% 0.7% -
XYZ 16.42 32.39 5.53 -
YUV 111.32 67.99 62.15 -
System Red Green Blue C M Y K H S L
Decimal 19 179 5 0.89 0 0.97 0.30 115.17 0.95 0.36
Hex 13 B3 5 59 0 61 1E 73 5F 24
Octal 23 263 5 131 0 141 36 163 137 44
Binary 10011 10110011 101 1011001 0 1100001 11110 1110011 1011111 100100

Color Harmonies of #13B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B305

Black with #13B305

Text Example


Text Example

White with #13B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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