Html Css Color HEX #139301 Islamic Green

📋 copy color: '#139301'

red 19 ◦ green 147 ◦ blue 1

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

Shades of Islamic Green #139301

Tints of Islamic Green #139301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 11.38%
G = 88.02%
B = 0.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#139301 (or 0x139301) is known color: Islamic Green. HEX triplet: 13, 93 and 01. RGB value is (19,147,1). Sum of RGB (Red+Green+Blue) = 19+147+1=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 147 (57.81% from 255 or 88.02% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 147 - color contains mainly: green. Hex color #139301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139301 is #EC6CFE. Grayscale: #5C5C5C. Windows color (decimal): -15494399 or 103187. OLE color: 103187.

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

Color convert

RGB 19 147 1 -
CMYK 0.87 0 0.99 0.42
HSL 112.6º 0.99% 0.29% -
HSV(B) 112.6º 0.99% 0.58% -
XYZ 10.71 21.01 3.52 -
YUV 92.08 76.59 75.87 -
System Red Green Blue C M Y K H S L
Decimal 19 147 1 0.87 0 0.99 0.42 112.6 0.99 0.29
Hex 13 93 1 57 0 63 2A 71 63 1D
Octal 23 223 1 127 0 143 52 161 143 35
Binary 10011 10010011 1 1010111 0 1100011 101010 1110001 1100011 11101

Color Harmonies of #139301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139301

Black with #139301

Text Example


Text Example

White with #139301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139301; }

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

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

background-color css

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

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

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

border-color css

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

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

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