#01B307

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

Shades of Islamic Green #01B307

Tints of Islamic Green #01B307

Color information

#01B307 (or 0x01B307) is unknown color: approx Islamic Green. HEX triplet: 01, B3 and 07. RGB value is (1,179,7). Sum of RGB (Red+Green+Blue) = 1+179+7=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 179 (70.31% from 255 or 95.72% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 179 - color contains mainly: green. Hex color #01B307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B307 is #FE4CF8. Grayscale: #6A6A6A. Windows color (decimal): -16665849 or 504577. OLE color: 504577.

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

Color convert

RGB11797-
CMYK0.9900.960.30
HSL122.02º98.89%35.29%-
HSV(B)122.02º99.44%70.2%-
XYZ16.1732.265.58-
YUV106.1772.0352.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 179 (70.31% from 255) = 95.72%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=0.53%
G=95.72%
B=3.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117970.9900.960.30122.0298.8935.29
Hex1B37630601E7a6323
Octal1263714301403617214343
Binary1101100111111100011011000001111011110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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