Html Css Color HEX #1DA502 Islamic Green

📋 copy color: '#1DA502'

red 29 ◦ green 165 ◦ blue 2

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

Shades of Islamic Green #1DA502

Tints of Islamic Green #1DA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 84.18%

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

R = 14.8%
G = 84.18%
B = 1.02%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#1DA502 (or 0x1DA502) is known color: Islamic Green. HEX triplet: 1D, A5 and 02. RGB value is (29,165,2). Sum of RGB (Red+Green+Blue) = 29+165+2=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 165 (64.84% from 255 or 84.18% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA502 is #E25AFD. Grayscale: #6A6A6A. Windows color (decimal): -14834430 or 173341. OLE color: 173341.

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

Color convert

RGB 29 165 2 -
CMYK 0.82 0 0.99 0.35
HSL 110.06º 0.98% 0.33% -
HSV(B) 110.06º 0.99% 0.65% -
XYZ 13.97 27.18 4.57 -
YUV 105.75 69.44 73.25 -
System Red Green Blue C M Y K H S L
Decimal 29 165 2 0.82 0 0.99 0.35 110.06 0.98 0.33
Hex 1D A5 2 52 0 63 23 6E 62 21
Octal 35 245 2 122 0 143 43 156 142 41
Binary 11101 10100101 10 1010010 0 1100011 100011 1101110 1100010 100001

Color Harmonies of #1DA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA502

Black with #1DA502

Text Example


Text Example

White with #1DA502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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