#1DB412

Color #1DB412 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #1DB412

Tints of Islamic Green #1DB412

Color information

#1DB412 (or 0x1DB412) is unknown color: approx Islamic Green. HEX triplet: 1D, B4 and 12. RGB value is (29,180,18). Sum of RGB (Red+Green+Blue) = 29+180+18=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 180 (70.70% from 255 or 79.30% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB412 is #E24BED. Grayscale: #747474. Windows color (decimal): -14830574 or 1225757. OLE color: 1225757.

HSL color Cylindrical-coordinate representation of color #1DB412: hue angle of 115.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB412 is Cyan = 0.84, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB2918018-
CMYK0.8400.90.29
HSL115.93º81.82%38.82%-
HSV(B)115.93º90%70.59%-
XYZ16.9432.956.04-
YUV116.3872.4765.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 180 (70.70% from 255) = 79.30%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=12.78%
G=79.30%
B=7.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29180180.8400.90.29115.9381.8238.82
Hex1DB4125405A1D745227
Octal352642212401323516412247
Binary1110110110100100101010100010110101110111101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,180,18); }

 H1.HeaderClassName
 {
   color: #1DB412;
 }
 .AnyTagClassName
 {
   color: #1DB412;
 }
</style>
background-color css

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

 a { background-color: rgb(29,180,18); }

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

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

 span { border-color: rgb(29,180,18); }

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