Html Css Color HEX #1FB50D Islamic Green

📋 copy color: '#1FB50D'

red 31 ◦ green 181 ◦ blue 13

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

Shades of Islamic Green #1FB50D

Tints of Islamic Green #1FB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 80.44%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 13.78%
G = 80.44%
B = 5.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#1FB50D (or 0x1FB50D) is known color: Islamic Green. HEX triplet: 1F, B5 and 0D. RGB value is (31,181,13). Sum of RGB (Red+Green+Blue) = 31+181+13=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 181 (71.09% from 255 or 80.44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FB50D is #E04AF2. Grayscale: #757575. Windows color (decimal): -14699251 or 898335. OLE color: 898335.

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

Color convert

RGB 31 181 13 -
CMYK 0.83 0 0.93 0.29
HSL 113.57º 0.87% 0.38% -
HSV(B) 113.57º 0.93% 0.71% -
XYZ 17.16 33.37 5.92 -
YUV 117 69.31 66.66 -
System Red Green Blue C M Y K H S L
Decimal 31 181 13 0.83 0 0.93 0.29 113.57 0.87 0.38
Hex 1F B5 D 53 0 5D 1D 72 57 26
Octal 37 265 15 123 0 135 35 162 127 46
Binary 11111 10110101 1101 1010011 0 1011101 11101 1110010 1010111 100110

Color Harmonies of #1FB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB50D

Black with #1FB50D

Text Example


Text Example

White with #1FB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,181,13); }

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

background-color css

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

 a { background-color: rgb(31,181,13); }

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

border-color css

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

 span { border-color: rgb(31,181,13); }

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