Html Css Color HEX #139300 Islamic Green

📋 copy color: '#139300'

red 19 ◦ green 147 ◦ blue 0

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

Shades of Islamic Green #139300

Tints of Islamic Green #139300

RGB

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

 GREEN value IS 147 (57.81% from 255) = 88.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.45%
G = 88.55%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#139300 (or 0x139300) is known color: Islamic Green. HEX triplet: 13, 93 and 00. RGB value is (19,147,0). Sum of RGB (Red+Green+Blue) = 19+147+0=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 147 (57.81% from 255 or 88.55% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 147 - color contains mainly: green. Hex color #139300 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139300 is #EC6CFF. Grayscale: #5C5C5C. Windows color (decimal): -15494400 or 37651. OLE color: 37651.

HSL color Cylindrical-coordinate representation of color #139300: hue angle of 112.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #139300 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 147 0 -
CMYK 0.87 0 1 0.42
HSL 112.24º 1% 0.29% -
HSV(B) 112.24º 1% 0.58% -
XYZ 10.7 21.01 3.49 -
YUV 91.97 76.09 75.95 -
System Red Green Blue C M Y K H S L
Decimal 19 147 0 0.87 0 1 0.42 112.24 1 0.29
Hex 13 93 0 57 0 64 2A 70 64 1D
Octal 23 223 0 127 0 144 52 160 144 35
Binary 10011 10010011 0 1010111 0 1100100 101010 1110000 1100100 11101

Color Harmonies of #139300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139300

Black with #139300

Text Example


Text Example

White with #139300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139300; }

 p { color: rgb(19,147,0); }

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

background-color css

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

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

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

border-color css

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

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

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