#019203

Color #019203 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #019203

Tints of Islamic Green #019203

Color information

#019203 (or 0x019203) is unknown color: approx Islamic Green. HEX triplet: 01, 92 and 03. RGB value is (1,146,3). Sum of RGB (Red+Green+Blue) = 1+146+3=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 146 (57.42% from 255 or 97.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 146 - color contains mainly: green. Hex color #019203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019203 is #FE6DFC. Grayscale: #565656. Windows color (decimal): -16674301 or 233985. OLE color: 233985.

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

Color convert

RGB11463-
CMYK0.9900.980.43
HSL120.83º98.64%28.82%-
HSV(B)120.83º99.32%57.25%-
XYZ10.3120.573.51-
YUV86.3480.9667.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 146 (57.42% from 255) = 97.33%
BLUE value IS 3 (1.56% from 255) = 2%
R=0.67%
G=97.33%
B=2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114630.9900.980.43120.8398.6428.82
Hex1923630622B79631d
Octal1222314301425317114335
Binary110010010111100011011000101010111111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019203; }

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

 H1.HeaderClassName
 {
   color: #019203;
 }
 .AnyTagClassName
 {
   color: #019203;
 }
</style>
background-color css

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

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

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

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

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

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