Html Css Color HEX #1DB300 Islamic Green

📋 copy color: '#1DB300'

red 29 ◦ green 179 ◦ blue 0

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

Shades of Islamic Green #1DB300

Tints of Islamic Green #1DB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 86.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.94%
G = 86.06%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#1DB300 (or 0x1DB300) is known color: Islamic Green. HEX triplet: 1D, B3 and 00. RGB value is (29,179,0). Sum of RGB (Red+Green+Blue) = 29+179+0=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 179 (70.31% from 255 or 86.06% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB300 is #E24CFF. Grayscale: #727272. Windows color (decimal): -14830848 or 45853. OLE color: 45853.

HSL color Cylindrical-coordinate representation of color #1DB300: hue angle of 110.28º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DB300 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 179 0 -
CMYK 0.84 0 1 0.30
HSL 110.28º 1% 0.35% -
HSV(B) 110.28º 1% 0.7% -
XYZ 16.63 32.5 5.4 -
YUV 113.74 63.81 67.55 -
System Red Green Blue C M Y K H S L
Decimal 29 179 0 0.84 0 1 0.30 110.28 1 0.35
Hex 1D B3 0 54 0 64 1E 6E 64 23
Octal 35 263 0 124 0 144 36 156 144 43
Binary 11101 10110011 0 1010100 0 1100100 11110 1101110 1100100 100011

Color Harmonies of #1DB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB300

Black with #1DB300

Text Example


Text Example

White with #1DB300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,179,0); }

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

background-color css

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

 a { background-color: rgb(29,179,0); }

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

border-color css

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

 span { border-color: rgb(29,179,0); }

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