#1F9502

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

Shades of Islamic Green #1F9502

Tints of Islamic Green #1F9502

Color information

#1F9502 (or 0x1F9502) is unknown color: approx Islamic Green. HEX triplet: 1F, 95 and 02. RGB value is (31,149,2). Sum of RGB (Red+Green+Blue) = 31+149+2=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #1F9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9502 is #E06AFD. Grayscale: #616161. Windows color (decimal): -14707454 or 169247. OLE color: 169247.

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

Color convert

RGB311492-
CMYK0.7900.990.42
HSL108.16º97.35%29.61%-
HSV(B)108.16º98.66%58.43%-
XYZ11.3221.793.67-
YUV96.9674.4180.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 149 (58.59% from 255) = 81.87%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=17.03%
G=81.87%
B=1.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3114920.7900.990.42108.1697.3529.61
Hex1F9524F0632A6c611e
Octal37225211701435215414136
Binary1111110010101101001111011000111010101101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,149,2); }

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

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

 a { background-color: rgb(31,149,2); }

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

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

 span { border-color: rgb(31,149,2); }

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