Html Css Color HEX #008F1F Islamic Green

📋 copy color: '#008F1F'

red 0 ◦ green 143 ◦ blue 31

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

Shades of Islamic Green #008F1F

Tints of Islamic Green #008F1F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 82.18%

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

R = 0%
G = 82.18%
B = 17.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#008F1F (or 0x008F1F) is known color: Islamic Green. HEX triplet: 00, 8F and 1F. RGB value is (0,143,31). Sum of RGB (Red+Green+Blue) = 0+143+31=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 143 (56.25% from 255 or 82.18% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 143 - color contains mainly: green. Hex color #008F1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008F1F is #FF70E0. Grayscale: #575757. Windows color (decimal): -16740577 or 2068224. OLE color: 2068224.

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

Color convert

RGB 0 143 31 -
CMYK 1 0 0.78 0.44
HSL 133.01º 1% 0.28% -
HSV(B) 133.01º 1% 0.56% -
XYZ 10.07 19.74 4.58 -
YUV 87.48 96.12 65.61 -
System Red Green Blue C M Y K H S L
Decimal 0 143 31 1 0 0.78 0.44 133.01 1 0.28
Hex 0 8F 1F 64 0 4E 2C 85 64 1C
Octal 0 217 37 144 0 116 54 205 144 34
Binary 0 10001111 11111 1100100 0 1001110 101100 10000101 1100100 11100

Color Harmonies of #008F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F1F

Black with #008F1F

Text Example


Text Example

White with #008F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,143,31); }

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

background-color css

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

 a { background-color: rgb(0,143,31); }

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

border-color css

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

 span { border-color: rgb(0,143,31); }

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