#1F9300

Color #1F9300 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1F9300

Tints of Islamic Green #1F9300

Color information

#1F9300 (or 0x1F9300) is unknown color: approx Islamic Green. HEX triplet: 1F, 93 and 00. RGB value is (31,147,0). Sum of RGB (Red+Green+Blue) = 31+147+0=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 147 (57.81% from 255 or 82.58% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9300 is #E06CFF. Grayscale: #606060. Windows color (decimal): -14707968 or 37663. OLE color: 37663.

HSL color Cylindrical-coordinate representation of color #1F9300: hue angle of 107.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F9300 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB311470-
CMYK0.79010.42
HSL107.35º100%28.82%-
HSV(B)107.35º100%57.65%-
XYZ1121.163.5-
YUV95.5674.0781.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 147 (57.81% from 255) = 82.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.42%
G=82.58%
B=0%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3114700.79010.42107.3510028.82
Hex1F9304F0642A6b641d
Octal37223011701445215314435
Binary111111001001101001111011001001010101101011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F9300;
 }
 .AnyTagClassName
 {
   color: #1F9300;
 }
</style>
background-color css

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

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

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

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

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

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