#1FBC02

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

Shades of Islamic Green #1FBC02

Tints of Islamic Green #1FBC02

Color information

#1FBC02 (or 0x1FBC02) is unknown color: approx Islamic Green. HEX triplet: 1F, BC and 02. RGB value is (31,188,2). Sum of RGB (Red+Green+Blue) = 31+188+2=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 188 (73.83% from 255 or 85.07% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC02 is #E043FD. Grayscale: #787878. Windows color (decimal): -14697470 or 179231. OLE color: 179231.

HSL color Cylindrical-coordinate representation of color #1FBC02: hue angle of 110.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FBC02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB311882-
CMYK0.8400.990.26
HSL110.65º97.89%37.25%-
HSV(B)110.65º98.94%73.73%-
XYZ18.5636.266.08-
YUV119.8561.4964.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 188 (73.83% from 255) = 85.07%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=14.03%
G=85.07%
B=0.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal3118820.8400.990.26110.6597.8937.25
Hex1FBC2540631A6f6225
Octal37274212401433215714245
Binary1111110111100101010100011000111101011011111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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