Html Css Color HEX #1DA306 Islamic Green

📋 copy color: '#1DA306'

red 29 ◦ green 163 ◦ blue 6

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

Shades of Islamic Green #1DA306

Tints of Islamic Green #1DA306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 14.65%
G = 82.32%
B = 3.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#1DA306 (or 0x1DA306) is known color: Islamic Green. HEX triplet: 1D, A3 and 06. RGB value is (29,163,6). Sum of RGB (Red+Green+Blue) = 29+163+6=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 163 (64.06% from 255 or 82.32% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA306 is #E25CF9. Grayscale: #696969. Windows color (decimal): -14834938 or 434973. OLE color: 434973.

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

Color convert

RGB 29 163 6 -
CMYK 0.82 0 0.96 0.36
HSL 111.21º 0.93% 0.33% -
HSV(B) 111.21º 0.96% 0.64% -
XYZ 13.64 26.47 4.56 -
YUV 105.04 72.11 73.77 -
System Red Green Blue C M Y K H S L
Decimal 29 163 6 0.82 0 0.96 0.36 111.21 0.93 0.33
Hex 1D A3 6 52 0 60 24 6F 5D 21
Octal 35 243 6 122 0 140 44 157 135 41
Binary 11101 10100011 110 1010010 0 1100000 100100 1101111 1011101 100001

Color Harmonies of #1DA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA306

Black with #1DA306

Text Example


Text Example

White with #1DA306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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