Html Css Color HEX #019202 Islamic Green

📋 copy color: '#019202'

red 1 ◦ green 146 ◦ blue 2

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

Shades of Islamic Green #019202

Tints of Islamic Green #019202

RGB

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

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

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

R = 0.67%
G = 97.99%
B = 1.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#019202 (or 0x019202) is known color: Islamic Green. HEX triplet: 01, 92 and 02. RGB value is (1,146,2). Sum of RGB (Red+Green+Blue) = 1+146+2=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 146 (57.42% from 255 or 97.99% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 146 - color contains mainly: green. Hex color #019202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019202 is #FE6DFD. Grayscale: #565656. Windows color (decimal): -16674302 or 168449. OLE color: 168449.

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

Color convert

RGB 1 146 2 -
CMYK 0.99 0 0.99 0.43
HSL 120.41º 0.99% 0.29% -
HSV(B) 120.41º 0.99% 0.57% -
XYZ 10.3 20.57 3.48 -
YUV 86.23 80.46 67.21 -
System Red Green Blue C M Y K H S L
Decimal 1 146 2 0.99 0 0.99 0.43 120.41 0.99 0.29
Hex 1 92 2 63 0 63 2B 78 63 1D
Octal 1 222 2 143 0 143 53 170 143 35
Binary 1 10010010 10 1100011 0 1100011 101011 1111000 1100011 11101

Color Harmonies of #019202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019202

Black with #019202

Text Example


Text Example

White with #019202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019202; }

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

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

background-color css

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

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

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

border-color css

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

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

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