Html Css Color HEX #149302 Islamic Green

📋 copy color: '#149302'

red 20 ◦ green 147 ◦ blue 2

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

Shades of Islamic Green #149302

Tints of Islamic Green #149302

RGB

 RED value IS 20 (8.2% from 255) = 11.83%

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

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 11.83%
G = 86.98%
B = 1.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#149302 (or 0x149302) is known color: Islamic Green. HEX triplet: 14, 93 and 02. RGB value is (20,147,2). Sum of RGB (Red+Green+Blue) = 20+147+2=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 147 (57.81% from 255 or 86.98% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 147 - color contains mainly: green. Hex color #149302 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149302 is #EB6CFD. Grayscale: #5C5C5C. Windows color (decimal): -15428862 or 168724. OLE color: 168724.

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

Color convert

RGB 20 147 2 -
CMYK 0.86 0 0.99 0.42
HSL 112.55º 0.97% 0.29% -
HSV(B) 112.55º 0.99% 0.58% -
XYZ 10.73 21.02 3.55 -
YUV 92.5 76.92 76.29 -
System Red Green Blue C M Y K H S L
Decimal 20 147 2 0.86 0 0.99 0.42 112.55 0.97 0.29
Hex 14 93 2 56 0 63 2A 71 61 1D
Octal 24 223 2 126 0 143 52 161 141 35
Binary 10100 10010011 10 1010110 0 1100011 101010 1110001 1100001 11101

Color Harmonies of #149302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149302

Black with #149302

Text Example


Text Example

White with #149302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149302; }

 p { color: rgb(20,147,2); }

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

background-color css

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

 a { background-color: rgb(20,147,2); }

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

border-color css

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

 span { border-color: rgb(20,147,2); }

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