#01921C

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

Shades of Islamic Green #01921C

Tints of Islamic Green #01921C

Color information

#01921C (or 0x01921C) is unknown color: approx Islamic Green. HEX triplet: 01, 92 and 1C. RGB value is (1,146,28). Sum of RGB (Red+Green+Blue) = 1+146+28=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 146 (57.42% from 255 or 83.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 146 - color contains mainly: green. Hex color #01921C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01921C is #FE6DE3. Grayscale: #595959. Windows color (decimal): -16674276 or 1872385. OLE color: 1872385.

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

Color convert

RGB114628-
CMYK0.9900.810.43
HSL131.17º98.64%28.82%-
HSV(B)131.17º99.32%57.25%-
XYZ10.520.654.53-
YUV89.1993.4665.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 146 (57.42% from 255) = 83.43%
BLUE value IS 28 (11.33% from 255) = 16%
R=0.57%
G=83.43%
B=16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1146280.9900.810.43131.1798.6428.82
Hex1921C630512B83631d
Octal12223414301215320314335
Binary1100100101110011000110101000110101110000011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01921C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01921C; }

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

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

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

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

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

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

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

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