Html Css Color HEX #03A211 Islamic Green

📋 copy color: '#03A211'

red 3 ◦ green 162 ◦ blue 17

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

Shades of Islamic Green #03A211

Tints of Islamic Green #03A211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 89.01%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 1.65%
G = 89.01%
B = 9.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#03A211 (or 0x03A211) is known color: Islamic Green. HEX triplet: 03, A2 and 11. RGB value is (3,162,17). Sum of RGB (Red+Green+Blue) = 3+162+17=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 162 (63.67% from 255 or 89.01% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 162 - color contains mainly: green. Hex color #03A211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A211 is #FC5DEE. Grayscale: #626262. Windows color (decimal): -16539119 or 1155587. OLE color: 1155587.

HSL color Cylindrical-coordinate representation of color #03A211: hue angle of 125.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A211 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 162 17 -
CMYK 0.98 0 0.90 0.36
HSL 125.28º 0.96% 0.32% -
HSV(B) 125.28º 0.98% 0.64% -
XYZ 13.06 25.9 4.84 -
YUV 97.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 3 162 17 0.98 0 0.90 0.36 125.28 0.96 0.32
Hex 3 A2 11 62 0 5A 24 7D 60 20
Octal 3 242 21 142 0 132 44 175 140 40
Binary 11 10100010 10001 1100010 0 1011010 100100 1111101 1100000 100000

Color Harmonies of #03A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A211

Black with #03A211

Text Example


Text Example

White with #03A211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,162,17); }

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

background-color css

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

 a { background-color: rgb(3,162,17); }

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

border-color css

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

 span { border-color: rgb(3,162,17); }

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