Html Css Color HEX #139202 Islamic Green

📋 copy color: '#139202'

red 19 ◦ green 146 ◦ blue 2

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

Shades of Islamic Green #139202

Tints of Islamic Green #139202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 87.43%

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

R = 11.38%
G = 87.43%
B = 1.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#139202 (or 0x139202) is known color: Islamic Green. HEX triplet: 13, 92 and 02. RGB value is (19,146,2). Sum of RGB (Red+Green+Blue) = 19+146+2=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 146 (57.42% from 255 or 87.43% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 146 - color contains mainly: green. Hex color #139202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139202 is #EC6DFD. Grayscale: #5C5C5C. Windows color (decimal): -15494654 or 168467. OLE color: 168467.

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

Color convert

RGB 19 146 2 -
CMYK 0.87 0 0.99 0.43
HSL 112.92º 0.97% 0.29% -
HSV(B) 112.92º 0.99% 0.57% -
XYZ 10.56 20.7 3.5 -
YUV 91.61 77.42 76.21 -
System Red Green Blue C M Y K H S L
Decimal 19 146 2 0.87 0 0.99 0.43 112.92 0.97 0.29
Hex 13 92 2 57 0 63 2B 71 61 1D
Octal 23 222 2 127 0 143 53 161 141 35
Binary 10011 10010010 10 1010111 0 1100011 101011 1110001 1100001 11101

Color Harmonies of #139202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139202

Black with #139202

Text Example


Text Example

White with #139202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139202; }

 p { color: rgb(19,146,2); }

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

background-color css

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

 a { background-color: rgb(19,146,2); }

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

border-color css

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

 span { border-color: rgb(19,146,2); }

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