Html Css Color HEX #008D0D Islamic Green

📋 copy color: '#008D0D'

red 0 ◦ green 141 ◦ blue 13

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

Shades of Islamic Green #008D0D

Tints of Islamic Green #008D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 91.56%

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 0%
G = 91.56%
B = 8.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#008D0D (or 0x008D0D) is known color: Islamic Green. HEX triplet: 00, 8D and 0D. RGB value is (0,141,13). Sum of RGB (Red+Green+Blue) = 0+141+13=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 141 (55.47% from 255 or 91.56% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 141 - color contains mainly: green. Hex color #008D0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D0D is #FF72F2. Grayscale: #545454. Windows color (decimal): -16741107 or 888064. OLE color: 888064.

HSL color Cylindrical-coordinate representation of color #008D0D: hue angle of 125.53º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D0D is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 141 13 -
CMYK 1 0 0.91 0.45
HSL 125.53º 1% 0.28% -
HSV(B) 125.53º 1% 0.55% -
XYZ 9.6 19.08 3.56 -
YUV 84.25 87.79 67.91 -
System Red Green Blue C M Y K H S L
Decimal 0 141 13 1 0 0.91 0.45 125.53 1 0.28
Hex 0 8D D 64 0 5B 2D 7E 64 1C
Octal 0 215 15 144 0 133 55 176 144 34
Binary 0 10001101 1101 1100100 0 1011011 101101 1111110 1100100 11100

Color Harmonies of #008D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D0D

Black with #008D0D

Text Example


Text Example

White with #008D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008D0D; }

 p { color: rgb(0,141,13); }

 H1.HeaderClassName
 {
   color: #008D0D;
 }
 .AnyTagClassName
 {
   color: #008D0D;
 }
</style>

background-color css

<style>
 a { background-color: #008D0D; }

 a { background-color: rgb(0,141,13); }

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

border-color css

<style>
 span { border-color: #008D0D; }

 span { border-color: rgb(0,141,13); }

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