Html Css Color HEX #03B211 Islamic Green

📋 copy color: '#03B211'

red 3 ◦ green 178 ◦ blue 17

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

Shades of Islamic Green #03B211

Tints of Islamic Green #03B211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 89.9%

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

R = 1.52%
G = 89.9%
B = 8.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#03B211 (or 0x03B211) is known color: Islamic Green. HEX triplet: 03, B2 and 11. RGB value is (3,178,17). Sum of RGB (Red+Green+Blue) = 3+178+17=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 178 (69.92% from 255 or 89.90% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 178 - color contains mainly: green. Hex color #03B211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03B211 is #FC4DEE. Grayscale: #6B6B6B. Windows color (decimal): -16535023 or 1159683. OLE color: 1159683.

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

Color convert

RGB 3 178 17 -
CMYK 0.98 0 0.90 0.30
HSL 124.8º 0.97% 0.35% -
HSV(B) 124.8º 0.98% 0.7% -
XYZ 16.06 31.9 5.84 -
YUV 107.32 77.02 53.59 -
System Red Green Blue C M Y K H S L
Decimal 3 178 17 0.98 0 0.90 0.30 124.8 0.97 0.35
Hex 3 B2 11 62 0 5A 1E 7D 61 23
Octal 3 262 21 142 0 132 36 175 141 43
Binary 11 10110010 10001 1100010 0 1011010 11110 1111101 1100001 100011

Color Harmonies of #03B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B211

Black with #03B211

Text Example


Text Example

White with #03B211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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