Html Css Color HEX #1F8F01 Islamic Green

📋 copy color: '#1F8F01'

red 31 ◦ green 143 ◦ blue 1

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

Shades of Islamic Green #1F8F01

Tints of Islamic Green #1F8F01

RGB

 RED value IS 31 (12.5% from 255) = 17.71%

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 17.71%
G = 81.71%
B = 0.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#1F8F01 (or 0x1F8F01) is known color: Islamic Green. HEX triplet: 1F, 8F and 01. RGB value is (31,143,1). Sum of RGB (Red+Green+Blue) = 31+143+1=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 143 (56.25% from 255 or 81.71% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8F01 is #E070FE. Grayscale: #5D5D5D. Windows color (decimal): -14708991 or 102175. OLE color: 102175.

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

Color convert

RGB 31 143 1 -
CMYK 0.78 0 0.99 0.44
HSL 107.32º 0.99% 0.28% -
HSV(B) 107.32º 0.99% 0.56% -
XYZ 10.39 19.94 3.33 -
YUV 93.32 75.89 83.55 -
System Red Green Blue C M Y K H S L
Decimal 31 143 1 0.78 0 0.99 0.44 107.32 0.99 0.28
Hex 1F 8F 1 4E 0 63 2C 6B 63 1C
Octal 37 217 1 116 0 143 54 153 143 34
Binary 11111 10001111 1 1001110 0 1100011 101100 1101011 1100011 11100

Color Harmonies of #1F8F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8F01

Black with #1F8F01

Text Example


Text Example

White with #1F8F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F8F01; }

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

 H1.HeaderClassName
 {
   color: #1F8F01;
 }
 .AnyTagClassName
 {
   color: #1F8F01;
 }
</style>

background-color css

<style>
 a { background-color: #1F8F01; }

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

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

border-color css

<style>
 span { border-color: #1F8F01; }

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

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