Html Css Color HEX #01B30F Islamic Green

📋 copy color: '#01B30F'

red 1 ◦ green 179 ◦ blue 15

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

Shades of Islamic Green #01B30F

Tints of Islamic Green #01B30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 0.51%
G = 91.79%
B = 7.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#01B30F (or 0x01B30F) is known color: Islamic Green. HEX triplet: 01, B3 and 0F. RGB value is (1,179,15). Sum of RGB (Red+Green+Blue) = 1+179+15=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 179 (70.31% from 255 or 91.79% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 179 - color contains mainly: green. Hex color #01B30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01B30F is #FE4CF0. Grayscale: #6B6B6B. Windows color (decimal): -16665841 or 1028865. OLE color: 1028865.

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

Color convert

RGB 1 179 15 -
CMYK 0.99 0 0.92 0.30
HSL 124.72º 0.99% 0.35% -
HSV(B) 124.72º 0.99% 0.7% -
XYZ 16.22 32.28 5.83 -
YUV 107.08 76.03 52.34 -
System Red Green Blue C M Y K H S L
Decimal 1 179 15 0.99 0 0.92 0.30 124.72 0.99 0.35
Hex 1 B3 F 63 0 5C 1E 7D 63 23
Octal 1 263 17 143 0 134 36 175 143 43
Binary 1 10110011 1111 1100011 0 1011100 11110 1111101 1100011 100011

Color Harmonies of #01B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B30F

Black with #01B30F

Text Example


Text Example

White with #01B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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