Html Css Color HEX #1DB50D Islamic Green

📋 copy color: '#1DB50D'

red 29 ◦ green 181 ◦ blue 13

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

Shades of Islamic Green #1DB50D

Tints of Islamic Green #1DB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 81.17%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 13%
G = 81.17%
B = 5.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#1DB50D (or 0x1DB50D) is known color: Islamic Green. HEX triplet: 1D, B5 and 0D. RGB value is (29,181,13). Sum of RGB (Red+Green+Blue) = 29+181+13=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 181 (71.09% from 255 or 81.17% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB50D is #E24AF2. Grayscale: #747474. Windows color (decimal): -14830323 or 898333. OLE color: 898333.

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

Color convert

RGB 29 181 13 -
CMYK 0.84 0 0.93 0.29
HSL 114.29º 0.87% 0.38% -
HSV(B) 114.29º 0.93% 0.71% -
XYZ 17.1 33.34 5.91 -
YUV 116.4 69.64 65.66 -
System Red Green Blue C M Y K H S L
Decimal 29 181 13 0.84 0 0.93 0.29 114.29 0.87 0.38
Hex 1D B5 D 54 0 5D 1D 72 57 26
Octal 35 265 15 124 0 135 35 162 127 46
Binary 11101 10110101 1101 1010100 0 1011101 11101 1110010 1010111 100110

Color Harmonies of #1DB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB50D

Black with #1DB50D

Text Example


Text Example

White with #1DB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,181,13); }

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

background-color css

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

 a { background-color: rgb(29,181,13); }

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

border-color css

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

 span { border-color: rgb(29,181,13); }

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