Html Css Color HEX #00981D Islamic Green

📋 copy color: '#00981D'

red 0 ◦ green 152 ◦ blue 29

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

Shades of Islamic Green #00981D

Tints of Islamic Green #00981D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 83.98%
B = 16.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#00981D (or 0x00981D) is known color: Islamic Green. HEX triplet: 00, 98 and 1D. RGB value is (0,152,29). Sum of RGB (Red+Green+Blue) = 0+152+29=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 152 (59.77% from 255 or 83.98% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 152 - color contains mainly: green. Hex color #00981D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00981D is #FF67E2. Grayscale: #5C5C5C. Windows color (decimal): -16738275 or 1939456. OLE color: 1939456.

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

Color convert

RGB 0 152 29 -
CMYK 1 0 0.81 0.40
HSL 131.45º 1% 0.3% -
HSV(B) 131.45º 1% 0.6% -
XYZ 11.45 22.55 4.91 -
YUV 92.53 92.14 62 -
System Red Green Blue C M Y K H S L
Decimal 0 152 29 1 0 0.81 0.40 131.45 1 0.3
Hex 0 98 1D 64 0 51 28 83 64 1E
Octal 0 230 35 144 0 121 50 203 144 36
Binary 0 10011000 11101 1100100 0 1010001 101000 10000011 1100100 11110

Color Harmonies of #00981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00981D

Black with #00981D

Text Example


Text Example

White with #00981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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