Html Css Color HEX #019211 Islamic Green

📋 copy color: '#019211'

red 1 ◦ green 146 ◦ blue 17

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

Shades of Islamic Green #019211

Tints of Islamic Green #019211

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

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

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 0.61%
G = 89.02%
B = 10.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#019211 (or 0x019211) is known color: Islamic Green. HEX triplet: 01, 92 and 11. RGB value is (1,146,17). Sum of RGB (Red+Green+Blue) = 1+146+17=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 146 (57.42% from 255 or 89.02% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 146 - color contains mainly: green. Hex color #019211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019211 is #FE6DEE. Grayscale: #585858. Windows color (decimal): -16674287 or 1151489. OLE color: 1151489.

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

Color convert

RGB 1 146 17 -
CMYK 0.99 0 0.88 0.43
HSL 126.62º 0.99% 0.29% -
HSV(B) 126.62º 0.99% 0.57% -
XYZ 10.39 20.6 3.96 -
YUV 87.94 87.96 65.99 -
System Red Green Blue C M Y K H S L
Decimal 1 146 17 0.99 0 0.88 0.43 126.62 0.99 0.29
Hex 1 92 11 63 0 58 2B 7F 63 1D
Octal 1 222 21 143 0 130 53 177 143 35
Binary 1 10010010 10001 1100011 0 1011000 101011 1111111 1100011 11101

Color Harmonies of #019211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019211

Black with #019211

Text Example


Text Example

White with #019211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019211; }

 p { color: rgb(1,146,17); }

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

background-color css

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

 a { background-color: rgb(1,146,17); }

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

border-color css

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

 span { border-color: rgb(1,146,17); }

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