Html Css Color HEX #03AD1D Islamic Green

📋 copy color: '#03AD1D'

red 3 ◦ green 173 ◦ blue 29

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

Shades of Islamic Green #03AD1D

Tints of Islamic Green #03AD1D

RGB

 RED value IS 3 (1.56% from 255) = 1.46%

 GREEN value IS 173 (67.97% from 255) = 84.39%

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 1.46%
G = 84.39%
B = 14.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#03AD1D (or 0x03AD1D) is known color: Islamic Green. HEX triplet: 03, AD and 1D. RGB value is (3,173,29). Sum of RGB (Red+Green+Blue) = 3+173+29=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 173 (67.97% from 255 or 84.39% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD1D is #FC52E2. Grayscale: #6A6A6A. Windows color (decimal): -16536291 or 1944835. OLE color: 1944835.

HSL color Cylindrical-coordinate representation of color #03AD1D: hue angle of 129.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AD1D is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 29 -
CMYK 0.98 0 0.83 0.32
HSL 129.18º 0.97% 0.35% -
HSV(B) 129.18º 0.98% 0.68% -
XYZ 15.2 30 6.15 -
YUV 105.75 84.68 54.71 -
System Red Green Blue C M Y K H S L
Decimal 3 173 29 0.98 0 0.83 0.32 129.18 0.97 0.35
Hex 3 AD 1D 62 0 53 20 81 61 23
Octal 3 255 35 142 0 123 40 201 141 43
Binary 11 10101101 11101 1100010 0 1010011 100000 10000001 1100001 100011

Color Harmonies of #03AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD1D

Black with #03AD1D

Text Example


Text Example

White with #03AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AD1D; }

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

 H1.HeaderClassName
 {
   color: #03AD1D;
 }
 .AnyTagClassName
 {
   color: #03AD1D;
 }
</style>

background-color css

<style>
 a { background-color: #03AD1D; }

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

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

border-color css

<style>
 span { border-color: #03AD1D; }

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

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