#01921F

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

Shades of Islamic Green #01921F

Tints of Islamic Green #01921F

Color information

#01921F (or 0x01921F) is unknown color: approx Islamic Green. HEX triplet: 01, 92 and 1F. RGB value is (1,146,31). Sum of RGB (Red+Green+Blue) = 1+146+31=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 146 (57.42% from 255 or 82.02% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 146 - color contains mainly: green. Hex color #01921F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01921F is #FE6DE0. Grayscale: #595959. Windows color (decimal): -16674273 or 2068993. OLE color: 2068993.

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

Color convert

RGB114631-
CMYK0.9900.790.43
HSL132.41º98.64%28.82%-
HSV(B)132.41º99.32%57.25%-
XYZ10.5420.664.73-
YUV89.5494.9664.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 146 (57.42% from 255) = 82.02%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=0.56%
G=82.02%
B=17.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1146310.9900.790.43132.4198.6428.82
Hex1921F6304F2B84631d
Octal12223714301175320414335
Binary1100100101111111000110100111110101110000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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