Html Css Color HEX #1DB20F Islamic Green

📋 copy color: '#1DB20F'

red 29 ◦ green 178 ◦ blue 15

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

Shades of Islamic Green #1DB20F

Tints of Islamic Green #1DB20F

RGB

 RED value IS 29 (11.72% from 255) = 13.06%

 GREEN value IS 178 (69.92% from 255) = 80.18%

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 13.06%
G = 80.18%
B = 6.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#1DB20F (or 0x1DB20F) is known color: Islamic Green. HEX triplet: 1D, B2 and 0F. RGB value is (29,178,15). Sum of RGB (Red+Green+Blue) = 29+178+15=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 178 (69.92% from 255 or 80.18% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB20F is #E24DF0. Grayscale: #737373. Windows color (decimal): -14831089 or 1028637. OLE color: 1028637.

HSL color Cylindrical-coordinate representation of color #1DB20F: hue angle of 114.85º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DB20F is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 15 -
CMYK 0.84 0 0.92 0.30
HSL 114.85º 0.84% 0.38% -
HSV(B) 114.85º 0.92% 0.7% -
XYZ 16.51 32.14 5.78 -
YUV 114.87 71.64 66.75 -
System Red Green Blue C M Y K H S L
Decimal 29 178 15 0.84 0 0.92 0.30 114.85 0.84 0.38
Hex 1D B2 F 54 0 5C 1E 73 54 26
Octal 35 262 17 124 0 134 36 163 124 46
Binary 11101 10110010 1111 1010100 0 1011100 11110 1110011 1010100 100110

Color Harmonies of #1DB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB20F

Black with #1DB20F

Text Example


Text Example

White with #1DB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,178,15); }

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

background-color css

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

 a { background-color: rgb(29,178,15); }

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

border-color css

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

 span { border-color: rgb(29,178,15); }

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