Html Css Color HEX #1DB70D Islamic Green

📋 copy color: '#1DB70D'

red 29 ◦ green 183 ◦ blue 13

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

Shades of Islamic Green #1DB70D

Tints of Islamic Green #1DB70D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 81.33%

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

R = 12.89%
G = 81.33%
B = 5.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#1DB70D (or 0x1DB70D) is known color: Islamic Green. HEX triplet: 1D, B7 and 0D. RGB value is (29,183,13). Sum of RGB (Red+Green+Blue) = 29+183+13=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 183 (71.88% from 255 or 81.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB70D is #E248F2. Grayscale: #767676. Windows color (decimal): -14829811 or 898845. OLE color: 898845.

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

Color convert

RGB 29 183 13 -
CMYK 0.84 0 0.93 0.28
HSL 114.35º 0.87% 0.38% -
HSV(B) 114.35º 0.93% 0.72% -
XYZ 17.51 34.16 6.05 -
YUV 117.57 68.98 64.82 -
System Red Green Blue C M Y K H S L
Decimal 29 183 13 0.84 0 0.93 0.28 114.35 0.87 0.38
Hex 1D B7 D 54 0 5D 1C 72 57 26
Octal 35 267 15 124 0 135 34 162 127 46
Binary 11101 10110111 1101 1010100 0 1011101 11100 1110010 1010111 100110

Color Harmonies of #1DB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB70D

Black with #1DB70D

Text Example


Text Example

White with #1DB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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