Html Css Color HEX #1DC003 Islamic Green

📋 copy color: '#1DC003'

red 29 ◦ green 192 ◦ blue 3

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

Shades of Islamic Green #1DC003

Tints of Islamic Green #1DC003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 85.71%

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 12.95%
G = 85.71%
B = 1.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#1DC003 (or 0x1DC003) is known color: Islamic Green. HEX triplet: 1D, C0 and 03. RGB value is (29,192,3). Sum of RGB (Red+Green+Blue) = 29+192+3=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 192 (75.39% from 255 or 85.71% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC003 is #E23FFC. Grayscale: #7A7A7A. Windows color (decimal): -14827517 or 245789. OLE color: 245789.

HSL color Cylindrical-coordinate representation of color #1DC003: hue angle of 111.75º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DC003 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 192 3 -
CMYK 0.85 0 0.98 0.25
HSL 111.75º 0.97% 0.38% -
HSV(B) 111.75º 0.98% 0.75% -
XYZ 19.37 37.97 6.39 -
YUV 121.72 61 61.87 -
System Red Green Blue C M Y K H S L
Decimal 29 192 3 0.85 0 0.98 0.25 111.75 0.97 0.38
Hex 1D C0 3 55 0 62 19 70 61 26
Octal 35 300 3 125 0 142 31 160 141 46
Binary 11101 11000000 11 1010101 0 1100010 11001 1110000 1100001 100110

Color Harmonies of #1DC003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC003

Black with #1DC003

Text Example


Text Example

White with #1DC003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,3); }

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

background-color css

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

 a { background-color: rgb(29,192,3); }

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

border-color css

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

 span { border-color: rgb(29,192,3); }

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