Html Css Color HEX #1FB40B Islamic Green

📋 copy color: '#1FB40B'

red 31 ◦ green 180 ◦ blue 11

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

Shades of Islamic Green #1FB40B

Tints of Islamic Green #1FB40B

RGB

 RED value IS 31 (12.5% from 255) = 13.96%

 GREEN value IS 180 (70.7% from 255) = 81.08%

 BLUE value IS 11 (4.69% from 255) = 4.95%

R = 13.96%
G = 81.08%
B = 4.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#1FB40B (or 0x1FB40B) is known color: Islamic Green. HEX triplet: 1F, B4 and 0B. RGB value is (31,180,11). Sum of RGB (Red+Green+Blue) = 31+180+11=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 180 (70.70% from 255 or 81.08% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB40B is #E04BF4. Grayscale: #747474. Windows color (decimal): -14699509 or 767007. OLE color: 767007.

HSL color Cylindrical-coordinate representation of color #1FB40B: hue angle of 112.9º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FB40B is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 11 -
CMYK 0.83 0 0.94 0.29
HSL 112.9º 0.88% 0.37% -
HSV(B) 112.9º 0.94% 0.71% -
XYZ 16.95 32.96 5.78 -
YUV 116.18 68.64 67.24 -
System Red Green Blue C M Y K H S L
Decimal 31 180 11 0.83 0 0.94 0.29 112.9 0.88 0.37
Hex 1F B4 B 53 0 5E 1D 71 58 25
Octal 37 264 13 123 0 136 35 161 130 45
Binary 11111 10110100 1011 1010011 0 1011110 11101 1110001 1011000 100101

Color Harmonies of #1FB40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB40B

Black with #1FB40B

Text Example


Text Example

White with #1FB40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,180,11); }

 H1.HeaderClassName
 {
   color: #1FB40B;
 }
 .AnyTagClassName
 {
   color: #1FB40B;
 }
</style>

background-color css

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

 a { background-color: rgb(31,180,11); }

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

border-color css

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

 span { border-color: rgb(31,180,11); }

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