Html Css Color HEX #13C30D Islamic Green

📋 copy color: '#13C30D'

red 19 ◦ green 195 ◦ blue 13

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

Shades of Islamic Green #13C30D

Tints of Islamic Green #13C30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 85.9%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 8.37%
G = 85.9%
B = 5.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#13C30D (or 0x13C30D) is known color: Islamic Green. HEX triplet: 13, C3 and 0D. RGB value is (19,195,13). Sum of RGB (Red+Green+Blue) = 19+195+13=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 195 (76.56% from 255 or 85.90% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 195 - color contains mainly: green. Hex color #13C30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C30D is #EC3CF2. Grayscale: #7A7A7A. Windows color (decimal): -15482099 or 901907. OLE color: 901907.

HSL color Cylindrical-coordinate representation of color #13C30D: hue angle of 118.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13C30D is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 13 -
CMYK 0.90 0 0.93 0.24
HSL 118.02º 0.88% 0.41% -
HSV(B) 118.02º 0.93% 0.76% -
XYZ 19.86 39.2 6.9 -
YUV 121.63 66.69 54.8 -
System Red Green Blue C M Y K H S L
Decimal 19 195 13 0.90 0 0.93 0.24 118.02 0.88 0.41
Hex 13 C3 D 5A 0 5D 18 76 58 29
Octal 23 303 15 132 0 135 30 166 130 51
Binary 10011 11000011 1101 1011010 0 1011101 11000 1110110 1011000 101001

Color Harmonies of #13C30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C30D

Black with #13C30D

Text Example


Text Example

White with #13C30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,13); }

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

background-color css

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

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

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

border-color css

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

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

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