Html Css Color HEX #03AD1B Islamic Green

📋 copy color: '#03AD1B'

red 3 ◦ green 173 ◦ blue 27

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

Shades of Islamic Green #03AD1B

Tints of Islamic Green #03AD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.3%

R = 1.48%
G = 85.22%
B = 13.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#03AD1B (or 0x03AD1B) is known color: Islamic Green. HEX triplet: 03, AD and 1B. RGB value is (3,173,27). Sum of RGB (Red+Green+Blue) = 3+173+27=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 173 (67.97% from 255 or 85.22% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AD1B is #FC52E4. Grayscale: #696969. Windows color (decimal): -16536293 or 1813763. OLE color: 1813763.

HSL color Cylindrical-coordinate representation of color #03AD1B: hue angle of 128.47º 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 #03AD1B is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 173 27 -
CMYK 0.98 0 0.84 0.32
HSL 128.47º 0.97% 0.35% -
HSV(B) 128.47º 0.98% 0.68% -
XYZ 15.18 29.99 6.02 -
YUV 105.53 83.68 54.87 -
System Red Green Blue C M Y K H S L
Decimal 3 173 27 0.98 0 0.84 0.32 128.47 0.97 0.35
Hex 3 AD 1B 62 0 54 20 80 61 23
Octal 3 255 33 142 0 124 40 200 141 43
Binary 11 10101101 11011 1100010 0 1010100 100000 10000000 1100001 100011

Color Harmonies of #03AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD1B

Black with #03AD1B

Text Example


Text Example

White with #03AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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