Html Css Color HEX #1DB610 Islamic Green

📋 copy color: '#1DB610'

red 29 ◦ green 182 ◦ blue 16

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

Shades of Islamic Green #1DB610

Tints of Islamic Green #1DB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 80.18%

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

R = 12.78%
G = 80.18%
B = 7.05%

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

#1DB610 (or 0x1DB610) is known color: Islamic Green. HEX triplet: 1D, B6 and 10. RGB value is (29,182,16). Sum of RGB (Red+Green+Blue) = 29+182+16=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 182 (71.48% from 255 or 80.18% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB610 is #E249EF. Grayscale: #757575. Windows color (decimal): -14830064 or 1095197. OLE color: 1095197.

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

Color convert

RGB 29 182 16 -
CMYK 0.84 0 0.91 0.29
HSL 115.3º 0.84% 0.39% -
HSV(B) 115.3º 0.91% 0.71% -
XYZ 17.33 33.75 6.09 -
YUV 117.33 70.81 65 -
System Red Green Blue C M Y K H S L
Decimal 29 182 16 0.84 0 0.91 0.29 115.3 0.84 0.39
Hex 1D B6 10 54 0 5B 1D 73 54 27
Octal 35 266 20 124 0 133 35 163 124 47
Binary 11101 10110110 10000 1010100 0 1011011 11101 1110011 1010100 100111

Color Harmonies of #1DB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB610

Black with #1DB610

Text Example


Text Example

White with #1DB610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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