Html Css Color HEX #1DB60C Islamic Green

📋 copy color: '#1DB60C'

red 29 ◦ green 182 ◦ blue 12

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

Shades of Islamic Green #1DB60C

Tints of Islamic Green #1DB60C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 81.61%

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 13%
G = 81.61%
B = 5.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#1DB60C (or 0x1DB60C) is known color: Islamic Green. HEX triplet: 1D, B6 and 0C. RGB value is (29,182,12). Sum of RGB (Red+Green+Blue) = 29+182+12=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 182 (71.48% from 255 or 81.61% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB60C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB60C is #E249F3. Grayscale: #757575. Windows color (decimal): -14830068 or 833053. OLE color: 833053.

HSL color Cylindrical-coordinate representation of color #1DB60C: hue angle of 114º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DB60C is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 12 -
CMYK 0.84 0 0.93 0.29
HSL 114º 0.88% 0.38% -
HSV(B) 114º 0.93% 0.71% -
XYZ 17.3 33.74 5.95 -
YUV 116.87 68.81 65.32 -
System Red Green Blue C M Y K H S L
Decimal 29 182 12 0.84 0 0.93 0.29 114 0.88 0.38
Hex 1D B6 C 54 0 5D 1D 72 58 26
Octal 35 266 14 124 0 135 35 162 130 46
Binary 11101 10110110 1100 1010100 0 1011101 11101 1110010 1011000 100110

Color Harmonies of #1DB60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB60C

Black with #1DB60C

Text Example


Text Example

White with #1DB60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,182,12); }

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

background-color css

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

 a { background-color: rgb(29,182,12); }

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

border-color css

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

 span { border-color: rgb(29,182,12); }

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