Html Css Color HEX #1DBD06 Islamic Green

📋 copy color: '#1DBD06'

red 29 ◦ green 189 ◦ blue 6

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

Shades of Islamic Green #1DBD06

Tints of Islamic Green #1DBD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 12.95%
G = 84.38%
B = 2.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#1DBD06 (or 0x1DBD06) is known color: Islamic Green. HEX triplet: 1D, BD and 06. RGB value is (29,189,6). Sum of RGB (Red+Green+Blue) = 29+189+6=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 189 (74.22% from 255 or 84.38% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD06 is #E242F9. Grayscale: #787878. Windows color (decimal): -14828282 or 441629. OLE color: 441629.

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

Color convert

RGB 29 189 6 -
CMYK 0.85 0 0.97 0.26
HSL 112.46º 0.94% 0.38% -
HSV(B) 112.46º 0.97% 0.74% -
XYZ 18.74 36.67 6.26 -
YUV 120.3 63.49 62.88 -
System Red Green Blue C M Y K H S L
Decimal 29 189 6 0.85 0 0.97 0.26 112.46 0.94 0.38
Hex 1D BD 6 55 0 61 1A 70 5E 26
Octal 35 275 6 125 0 141 32 160 136 46
Binary 11101 10111101 110 1010101 0 1100001 11010 1110000 1011110 100110

Color Harmonies of #1DBD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBD06

Black with #1DBD06

Text Example


Text Example

White with #1DBD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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