#01B312

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

Shades of Islamic Green #01B312

Tints of Islamic Green #01B312

Color information

#01B312 (or 0x01B312) is unknown color: approx Islamic Green. HEX triplet: 01, B3 and 12. RGB value is (1,179,18). Sum of RGB (Red+Green+Blue) = 1+179+18=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 179 (70.31% from 255 or 90.40% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 179 - color contains mainly: green. Hex color #01B312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B312 is #FE4CED. Grayscale: #6B6B6B. Windows color (decimal): -16665838 or 1225473. OLE color: 1225473.

HSL color Cylindrical-coordinate representation of color #01B312: hue angle of 125.73º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B312 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB117918-
CMYK0.9900.900.30
HSL125.73º98.89%35.29%-
HSV(B)125.73º99.44%70.2%-
XYZ16.2432.295.95-
YUV107.4277.5352.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 179 (70.31% from 255) = 90.40%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=0.51%
G=90.40%
B=9.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1179180.9900.900.30125.7398.8935.29
Hex1B3126305A1E7e6323
Octal12632214301323617614343
Binary110110011100101100011010110101111011111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01B312; }

 p { color: rgb(1,179,18); }

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

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

 a { background-color: rgb(1,179,18); }

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

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

 span { border-color: rgb(1,179,18); }

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