Html Css Color HEX #1DB310 Islamic Green

📋 copy color: '#1DB310'

red 29 ◦ green 179 ◦ blue 16

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

Shades of Islamic Green #1DB310

Tints of Islamic Green #1DB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 79.91%

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

R = 12.95%
G = 79.91%
B = 7.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#1DB310 (or 0x1DB310) is known color: Islamic Green. HEX triplet: 1D, B3 and 10. RGB value is (29,179,16). Sum of RGB (Red+Green+Blue) = 29+179+16=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 179 (70.31% from 255 or 79.91% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB310 is #E24CEF. Grayscale: #747474. Windows color (decimal): -14830832 or 1094429. OLE color: 1094429.

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

Color convert

RGB 29 179 16 -
CMYK 0.84 0 0.91 0.30
HSL 115.21º 0.84% 0.38% -
HSV(B) 115.21º 0.91% 0.7% -
XYZ 16.72 32.54 5.89 -
YUV 115.57 71.81 66.25 -
System Red Green Blue C M Y K H S L
Decimal 29 179 16 0.84 0 0.91 0.30 115.21 0.84 0.38
Hex 1D B3 10 54 0 5B 1E 73 54 26
Octal 35 263 20 124 0 133 36 163 124 46
Binary 11101 10110011 10000 1010100 0 1011011 11110 1110011 1010100 100110

Color Harmonies of #1DB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB310

Black with #1DB310

Text Example


Text Example

White with #1DB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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