Html Css Color HEX #1DBD07 Islamic Green

📋 copy color: '#1DBD07'

red 29 ◦ green 189 ◦ blue 7

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

Shades of Islamic Green #1DBD07

Tints of Islamic Green #1DBD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 12.89%
G = 84%
B = 3.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#1DBD07 (or 0x1DBD07) is known color: Islamic Green. HEX triplet: 1D, BD and 07. RGB value is (29,189,7). Sum of RGB (Red+Green+Blue) = 29+189+7=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 189 (74.22% from 255 or 84% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD07 is #E242F8. Grayscale: #787878. Windows color (decimal): -14828281 or 507165. OLE color: 507165.

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

Color convert

RGB 29 189 7 -
CMYK 0.85 0 0.96 0.26
HSL 112.75º 0.93% 0.38% -
HSV(B) 112.75º 0.96% 0.74% -
XYZ 18.74 36.67 6.29 -
YUV 120.41 63.99 62.8 -
System Red Green Blue C M Y K H S L
Decimal 29 189 7 0.85 0 0.96 0.26 112.75 0.93 0.38
Hex 1D BD 7 55 0 60 1A 71 5D 26
Octal 35 275 7 125 0 140 32 161 135 46
Binary 11101 10111101 111 1010101 0 1100000 11010 1110001 1011101 100110

Color Harmonies of #1DBD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBD07

Black with #1DBD07

Text Example


Text Example

White with #1DBD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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