Html Css Color HEX #1FBC02 Islamic Green

📋 copy color: '#1FBC02'

red 31 ◦ green 188 ◦ blue 2

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

Shades of Islamic Green #1FBC02

Tints of Islamic Green #1FBC02

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.9%

R = 14.03%
G = 85.07%
B = 0.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#1FBC02 (or 0x1FBC02) is known color: 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

RGB 31 188 2 -
CMYK 0.84 0 0.99 0.26
HSL 110.65º 0.98% 0.37% -
HSV(B) 110.65º 0.99% 0.74% -
XYZ 18.56 36.26 6.08 -
YUV 119.85 61.49 64.62 -
System Red Green Blue C M Y K H S L
Decimal 31 188 2 0.84 0 0.99 0.26 110.65 0.98 0.37
Hex 1F BC 2 54 0 63 1A 6F 62 25
Octal 37 274 2 124 0 143 32 157 142 45
Binary 11111 10111100 10 1010100 0 1100011 11010 1101111 1100010 100101

Color Harmonies of #1FBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBC02

Black with #1FBC02

Text Example


Text Example

White with #1FBC02

Text Example


Text Example

HTML Codes & Css Web 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>