Html Css Color HEX #01981D Islamic Green

📋 copy color: '#01981D'

red 1 ◦ green 152 ◦ blue 29

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

Shades of Islamic Green #01981D

Tints of Islamic Green #01981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 0.55%
G = 83.52%
B = 15.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#01981D (or 0x01981D) is known color: Islamic Green. HEX triplet: 01, 98 and 1D. RGB value is (1,152,29). Sum of RGB (Red+Green+Blue) = 1+152+29=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 152 (59.77% from 255 or 83.52% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 152 - color contains mainly: green. Hex color #01981D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01981D is #FE67E2. Grayscale: #5D5D5D. Windows color (decimal): -16672739 or 1939457. OLE color: 1939457.

HSL color Cylindrical-coordinate representation of color #01981D: hue angle of 131.13º 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 #01981D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 29 -
CMYK 0.99 0 0.81 0.40
HSL 131.13º 0.99% 0.3% -
HSV(B) 131.13º 0.99% 0.6% -
XYZ 11.46 22.55 4.91 -
YUV 92.83 91.97 62.5 -
System Red Green Blue C M Y K H S L
Decimal 1 152 29 0.99 0 0.81 0.40 131.13 0.99 0.3
Hex 1 98 1D 63 0 51 28 83 63 1E
Octal 1 230 35 143 0 121 50 203 143 36
Binary 1 10011000 11101 1100011 0 1010001 101000 10000011 1100011 11110

Color Harmonies of #01981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01981D

Black with #01981D

Text Example


Text Example

White with #01981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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