Html Css Color HEX #199301 Islamic Green

📋 copy color: '#199301'

red 25 ◦ green 147 ◦ blue 1

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

Shades of Islamic Green #199301

Tints of Islamic Green #199301

RGB

 RED value IS 25 (10.16% from 255) = 14.45%

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

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

R = 14.45%
G = 84.97%
B = 0.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#199301 (or 0x199301) is known color: Islamic Green. HEX triplet: 19, 93 and 01. RGB value is (25,147,1). Sum of RGB (Red+Green+Blue) = 25+147+1=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 147 (57.81% from 255 or 84.97% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 147 - color contains mainly: green. Hex color #199301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #199301 is #E66CFE. Grayscale: #5E5E5E. Windows color (decimal): -15101183 or 103193. OLE color: 103193.

HSL color Cylindrical-coordinate representation of color #199301: hue angle of 110.14º 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 #199301 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 1 -
CMYK 0.83 0 0.99 0.42
HSL 110.14º 0.99% 0.29% -
HSV(B) 110.14º 0.99% 0.58% -
XYZ 10.84 21.08 3.53 -
YUV 93.88 75.58 78.87 -
System Red Green Blue C M Y K H S L
Decimal 25 147 1 0.83 0 0.99 0.42 110.14 0.99 0.29
Hex 19 93 1 53 0 63 2A 6E 63 1D
Octal 31 223 1 123 0 143 52 156 143 35
Binary 11001 10010011 1 1010011 0 1100011 101010 1101110 1100011 11101

Color Harmonies of #199301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199301

Black with #199301

Text Example


Text Example

White with #199301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199301; }

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

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

background-color css

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

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

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

border-color css

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

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

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