Html Css Color HEX #019213 Islamic Green

📋 copy color: '#019213'

red 1 ◦ green 146 ◦ blue 19

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

Shades of Islamic Green #019213

Tints of Islamic Green #019213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.45%

R = 0.6%
G = 87.95%
B = 11.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#019213 (or 0x019213) is known color: Islamic Green. HEX triplet: 01, 92 and 13. RGB value is (1,146,19). Sum of RGB (Red+Green+Blue) = 1+146+19=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 146 (57.42% from 255 or 87.95% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 146 - color contains mainly: green. Hex color #019213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019213 is #FE6DEC. Grayscale: #585858. Windows color (decimal): -16674285 or 1282561. OLE color: 1282561.

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

Color convert

RGB 1 146 19 -
CMYK 0.99 0 0.87 0.43
HSL 127.45º 0.99% 0.29% -
HSV(B) 127.45º 0.99% 0.57% -
XYZ 10.41 20.61 4.05 -
YUV 88.17 88.96 65.83 -
System Red Green Blue C M Y K H S L
Decimal 1 146 19 0.99 0 0.87 0.43 127.45 0.99 0.29
Hex 1 92 13 63 0 57 2B 7F 63 1D
Octal 1 222 23 143 0 127 53 177 143 35
Binary 1 10010010 10011 1100011 0 1010111 101011 1111111 1100011 11101

Color Harmonies of #019213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019213

Black with #019213

Text Example


Text Example

White with #019213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019213; }

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

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

background-color css

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

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

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

border-color css

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

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

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