Html Css Color HEX #1DB410 Islamic Green

📋 copy color: '#1DB410'

red 29 ◦ green 180 ◦ blue 16

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

Shades of Islamic Green #1DB410

Tints of Islamic Green #1DB410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 12.89%
G = 80%
B = 7.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#1DB410 (or 0x1DB410) is known color: Islamic Green. HEX triplet: 1D, B4 and 10. RGB value is (29,180,16). Sum of RGB (Red+Green+Blue) = 29+180+16=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 180 (70.70% from 255 or 80% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB410 is #E24BEF. Grayscale: #747474. Windows color (decimal): -14830576 or 1094685. OLE color: 1094685.

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

Color convert

RGB 29 180 16 -
CMYK 0.84 0 0.91 0.29
HSL 115.24º 0.84% 0.38% -
HSV(B) 115.24º 0.91% 0.71% -
XYZ 16.92 32.94 5.96 -
YUV 116.16 71.47 65.84 -
System Red Green Blue C M Y K H S L
Decimal 29 180 16 0.84 0 0.91 0.29 115.24 0.84 0.38
Hex 1D B4 10 54 0 5B 1D 73 54 26
Octal 35 264 20 124 0 133 35 163 124 46
Binary 11101 10110100 10000 1010100 0 1011011 11101 1110011 1010100 100110

Color Harmonies of #1DB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB410

Black with #1DB410

Text Example


Text Example

White with #1DB410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,180,16); }

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

background-color css

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

 a { background-color: rgb(29,180,16); }

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

border-color css

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

 span { border-color: rgb(29,180,16); }

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