Html Css Color HEX #1DA301 Islamic Green

📋 copy color: '#1DA301'

red 29 ◦ green 163 ◦ blue 1

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

Shades of Islamic Green #1DA301

Tints of Islamic Green #1DA301

RGB

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

 GREEN value IS 163 (64.06% from 255) = 84.46%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 15.03%
G = 84.46%
B = 0.52%

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

#1DA301 (or 0x1DA301) is known color: Islamic Green. HEX triplet: 1D, A3 and 01. RGB value is (29,163,1). Sum of RGB (Red+Green+Blue) = 29+163+1=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 163 (64.06% from 255 or 84.46% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA301 is #E25CFE. Grayscale: #686868. Windows color (decimal): -14834943 or 107293. OLE color: 107293.

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

Color convert

RGB 29 163 1 -
CMYK 0.82 0 0.99 0.36
HSL 109.63º 0.99% 0.32% -
HSV(B) 109.63º 0.99% 0.64% -
XYZ 13.61 26.46 4.42 -
YUV 104.47 69.61 74.17 -
System Red Green Blue C M Y K H S L
Decimal 29 163 1 0.82 0 0.99 0.36 109.63 0.99 0.32
Hex 1D A3 1 52 0 63 24 6E 63 20
Octal 35 243 1 122 0 143 44 156 143 40
Binary 11101 10100011 1 1010010 0 1100011 100100 1101110 1100011 100000

Color Harmonies of #1DA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA301

Black with #1DA301

Text Example


Text Example

White with #1DA301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,163,1); }

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

background-color css

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

 a { background-color: rgb(29,163,1); }

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

border-color css

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

 span { border-color: rgb(29,163,1); }

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