Html Css Color HEX #01981F Islamic Green

📋 copy color: '#01981F'

red 1 ◦ green 152 ◦ blue 31

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

Shades of Islamic Green #01981F

Tints of Islamic Green #01981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 82.61%

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 0.54%
G = 82.61%
B = 16.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#01981F (or 0x01981F) is known color: Islamic Green. HEX triplet: 01, 98 and 1F. RGB value is (1,152,31). Sum of RGB (Red+Green+Blue) = 1+152+31=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 152 (59.77% from 255 or 82.61% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 152 - color contains mainly: green. Hex color #01981F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01981F is #FE67E0. Grayscale: #5D5D5D. Windows color (decimal): -16672737 or 2070529. OLE color: 2070529.

HSL color Cylindrical-coordinate representation of color #01981F: hue angle of 131.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01981F is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 31 -
CMYK 0.99 0 0.80 0.40
HSL 131.92º 0.99% 0.3% -
HSV(B) 131.92º 0.99% 0.6% -
XYZ 11.49 22.56 5.05 -
YUV 93.06 92.97 62.34 -
System Red Green Blue C M Y K H S L
Decimal 1 152 31 0.99 0 0.80 0.40 131.92 0.99 0.3
Hex 1 98 1F 63 0 50 28 84 63 1E
Octal 1 230 37 143 0 120 50 204 143 36
Binary 1 10011000 11111 1100011 0 1010000 101000 10000100 1100011 11110

Color Harmonies of #01981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01981F

Black with #01981F

Text Example


Text Example

White with #01981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01981F;
 }
 .AnyTagClassName
 {
   color: #01981F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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