Html Css Color HEX #1D9602 Islamic Green

📋 copy color: '#1D9602'

red 29 ◦ green 150 ◦ blue 2

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

Shades of Islamic Green #1D9602

Tints of Islamic Green #1D9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 82.87%

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

R = 16.02%
G = 82.87%
B = 1.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#1D9602 (or 0x1D9602) is known color: Islamic Green. HEX triplet: 1D, 96 and 02. RGB value is (29,150,2). Sum of RGB (Red+Green+Blue) = 29+150+2=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 150 (58.98% from 255 or 82.87% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 150 - color contains mainly: green. Hex color #1D9602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9602 is #E269FD. Grayscale: #616161. Windows color (decimal): -14838270 or 169501. OLE color: 169501.

HSL color Cylindrical-coordinate representation of color #1D9602: hue angle of 109.05º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D9602 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 150 2 -
CMYK 0.81 0 0.99 0.41
HSL 109.05º 0.97% 0.3% -
HSV(B) 109.05º 0.99% 0.59% -
XYZ 11.42 22.08 3.72 -
YUV 96.95 74.41 79.53 -
System Red Green Blue C M Y K H S L
Decimal 29 150 2 0.81 0 0.99 0.41 109.05 0.97 0.3
Hex 1D 96 2 51 0 63 29 6D 61 1E
Octal 35 226 2 121 0 143 51 155 141 36
Binary 11101 10010110 10 1010001 0 1100011 101001 1101101 1100001 11110

Color Harmonies of #1D9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9602

Black with #1D9602

Text Example


Text Example

White with #1D9602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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