Html Css Color HEX #1DB20E Islamic Green

📋 copy color: '#1DB20E'

red 29 ◦ green 178 ◦ blue 14

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

Shades of Islamic Green #1DB20E

Tints of Islamic Green #1DB20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 13.12%
G = 80.54%
B = 6.33%

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

#1DB20E (or 0x1DB20E) is known color: Islamic Green. HEX triplet: 1D, B2 and 0E. RGB value is (29,178,14). Sum of RGB (Red+Green+Blue) = 29+178+14=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 178 (69.92% from 255 or 80.54% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB20E is #E24DF1. Grayscale: #737373. Windows color (decimal): -14831090 or 963101. OLE color: 963101.

HSL color Cylindrical-coordinate representation of color #1DB20E: hue angle of 114.51º degrees, saturation: 0.85, 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 #1DB20E is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 14 -
CMYK 0.84 0 0.92 0.30
HSL 114.51º 0.85% 0.38% -
HSV(B) 114.51º 0.92% 0.7% -
XYZ 16.51 32.13 5.75 -
YUV 114.75 71.14 66.84 -
System Red Green Blue C M Y K H S L
Decimal 29 178 14 0.84 0 0.92 0.30 114.51 0.85 0.38
Hex 1D B2 E 54 0 5C 1E 73 55 26
Octal 35 262 16 124 0 134 36 163 125 46
Binary 11101 10110010 1110 1010100 0 1011100 11110 1110011 1010101 100110

Color Harmonies of #1DB20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB20E

Black with #1DB20E

Text Example


Text Example

White with #1DB20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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