Html Css Color HEX #139002 Islamic Green

📋 copy color: '#139002'

red 19 ◦ green 144 ◦ blue 2

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

Shades of Islamic Green #139002

Tints of Islamic Green #139002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 87.27%

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

R = 11.52%
G = 87.27%
B = 1.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#139002 (or 0x139002) is known color: Islamic Green. HEX triplet: 13, 90 and 02. RGB value is (19,144,2). Sum of RGB (Red+Green+Blue) = 19+144+2=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #139002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139002 is #EC6FFD. Grayscale: #5A5A5A. Windows color (decimal): -15495166 or 167955. OLE color: 167955.

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

Color convert

RGB 19 144 2 -
CMYK 0.87 0 0.99 0.44
HSL 112.82º 0.97% 0.29% -
HSV(B) 112.82º 0.99% 0.56% -
XYZ 10.25 20.09 3.39 -
YUV 90.44 78.09 77.05 -
System Red Green Blue C M Y K H S L
Decimal 19 144 2 0.87 0 0.99 0.44 112.82 0.97 0.29
Hex 13 90 2 57 0 63 2C 71 61 1D
Octal 23 220 2 127 0 143 54 161 141 35
Binary 10011 10010000 10 1010111 0 1100011 101100 1110001 1100001 11101

Color Harmonies of #139002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139002

Black with #139002

Text Example


Text Example

White with #139002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139002; }

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

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

background-color css

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

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

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

border-color css

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

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

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