Html Css Color HEX #1DA402 Islamic Green

📋 copy color: '#1DA402'

red 29 ◦ green 164 ◦ blue 2

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

Shades of Islamic Green #1DA402

Tints of Islamic Green #1DA402

RGB

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

 GREEN value IS 164 (64.45% from 255) = 84.1%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 14.87%
G = 84.1%
B = 1.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#1DA402 (or 0x1DA402) is known color: Islamic Green. HEX triplet: 1D, A4 and 02. RGB value is (29,164,2). Sum of RGB (Red+Green+Blue) = 29+164+2=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 164 (64.45% from 255 or 84.10% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA402 is #E25BFD. Grayscale: #696969. Windows color (decimal): -14834686 or 173085. OLE color: 173085.

HSL color Cylindrical-coordinate representation of color #1DA402: hue angle of 110º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DA402 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 29 164 2 -
CMYK 0.82 0 0.99 0.36
HSL 110º 0.98% 0.33% -
HSV(B) 110º 0.99% 0.64% -
XYZ 13.79 26.82 4.51 -
YUV 105.17 69.77 73.67 -
System Red Green Blue C M Y K H S L
Decimal 29 164 2 0.82 0 0.99 0.36 110 0.98 0.33
Hex 1D A4 2 52 0 63 24 6E 62 21
Octal 35 244 2 122 0 143 44 156 142 41
Binary 11101 10100100 10 1010010 0 1100011 100100 1101110 1100010 100001

Color Harmonies of #1DA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA402

Black with #1DA402

Text Example


Text Example

White with #1DA402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,164,2); }

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

background-color css

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

 a { background-color: rgb(29,164,2); }

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

border-color css

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

 span { border-color: rgb(29,164,2); }

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