#1F9802

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

Shades of Islamic Green #1F9802

Tints of Islamic Green #1F9802

Color information

#1F9802 (or 0x1F9802) is unknown color: approx Islamic Green. HEX triplet: 1F, 98 and 02. RGB value is (31,152,2). Sum of RGB (Red+Green+Blue) = 31+152+2=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 152 (59.77% from 255 or 82.16% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 152 - color contains mainly: green. Hex color #1F9802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9802 is #E067FD. Grayscale: #636363. Windows color (decimal): -14706686 or 170015. OLE color: 170015.

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

Color convert

RGB311522-
CMYK0.8000.990.40
HSL108.4º97.4%30.2%-
HSV(B)108.4º98.68%59.61%-
XYZ11.822.753.83-
YUV98.7273.4179.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 152 (59.77% from 255) = 82.16%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=16.76%
G=82.16%
B=1.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3115220.8000.990.40108.497.430.2
Hex1F98250063286c611e
Octal37230212001435015414136
Binary1111110011000101010000011000111010001101100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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