Html Css Color HEX #01B305 Islamic Green

📋 copy color: '#01B305'

red 1 ◦ green 179 ◦ blue 5

#01B305
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #01B305

Tints of Islamic Green #01B305

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

 GREEN value IS 179 (70.31% from 255) = 96.76%

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 0.54%
G = 96.76%
B = 2.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#01B305 (or 0x01B305) is known color: Islamic Green. HEX triplet: 01, B3 and 05. RGB value is (1,179,5). Sum of RGB (Red+Green+Blue) = 1+179+5=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 179 (70.31% from 255 or 96.76% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 179 - color contains mainly: green. Hex color #01B305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B305 is #FE4CFA. Grayscale: #6A6A6A. Windows color (decimal): -16665851 or 373505. OLE color: 373505.

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

Color convert

RGB 1 179 5 -
CMYK 0.99 0 0.97 0.30
HSL 121.35º 0.99% 0.35% -
HSV(B) 121.35º 0.99% 0.7% -
XYZ 16.16 32.26 5.52 -
YUV 105.94 71.03 53.15 -
System Red Green Blue C M Y K H S L
Decimal 1 179 5 0.99 0 0.97 0.30 121.35 0.99 0.35
Hex 1 B3 5 63 0 61 1E 79 63 23
Octal 1 263 5 143 0 141 36 171 143 43
Binary 1 10110011 101 1100011 0 1100001 11110 1111001 1100011 100011

Color Harmonies of #01B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B305

Black with #01B305

Text Example


Text Example

White with #01B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01B305;
 }
 .AnyTagClassName
 {
   color: #01B305;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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