Html Css Color HEX #1DBD04 Islamic Green

📋 copy color: '#1DBD04'

red 29 ◦ green 189 ◦ blue 4

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

Shades of Islamic Green #1DBD04

Tints of Islamic Green #1DBD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 85.14%

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 13.06%
G = 85.14%
B = 1.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#1DBD04 (or 0x1DBD04) is known color: Islamic Green. HEX triplet: 1D, BD and 04. RGB value is (29,189,4). Sum of RGB (Red+Green+Blue) = 29+189+4=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 189 (74.22% from 255 or 85.14% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD04 is #E242FB. Grayscale: #787878. Windows color (decimal): -14828284 or 310557. OLE color: 310557.

HSL color Cylindrical-coordinate representation of color #1DBD04: hue angle of 111.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DBD04 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 189 4 -
CMYK 0.85 0 0.98 0.26
HSL 111.89º 0.96% 0.38% -
HSV(B) 111.89º 0.98% 0.74% -
XYZ 18.73 36.67 6.2 -
YUV 120.07 62.49 63.04 -
System Red Green Blue C M Y K H S L
Decimal 29 189 4 0.85 0 0.98 0.26 111.89 0.96 0.38
Hex 1D BD 4 55 0 62 1A 70 60 26
Octal 35 275 4 125 0 142 32 160 140 46
Binary 11101 10111101 100 1010101 0 1100010 11010 1110000 1100000 100110

Color Harmonies of #1DBD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBD04

Black with #1DBD04

Text Example


Text Example

White with #1DBD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,189,4); }

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

background-color css

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

 a { background-color: rgb(29,189,4); }

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

border-color css

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

 span { border-color: rgb(29,189,4); }

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