Html Css Color HEX #03BA03 Islamic Green

📋 copy color: '#03BA03'

red 3 ◦ green 186 ◦ blue 3

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

Shades of Islamic Green #03BA03

Tints of Islamic Green #03BA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 96.88%

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

R = 1.56%
G = 96.88%
B = 1.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#03BA03 (or 0x03BA03) is known color: Islamic Green. HEX triplet: 03, BA and 03. RGB value is (3,186,3). Sum of RGB (Red+Green+Blue) = 3+186+3=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 186 (73.05% from 255 or 96.88% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA03 is #FC45FC. Grayscale: #6E6E6E. Windows color (decimal): -16532989 or 244227. OLE color: 244227.

HSL color Cylindrical-coordinate representation of color #03BA03: hue angle of 120º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA03 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 3 -
CMYK 0.98 0 0.98 0.27
HSL 120º 0.97% 0.37% -
HSV(B) 120º 0.98% 0.73% -
XYZ 17.61 35.14 5.94 -
YUV 110.42 67.37 51.38 -
System Red Green Blue C M Y K H S L
Decimal 3 186 3 0.98 0 0.98 0.27 120 0.97 0.37
Hex 3 BA 3 62 0 62 1B 78 61 25
Octal 3 272 3 142 0 142 33 170 141 45
Binary 11 10111010 11 1100010 0 1100010 11011 1111000 1100001 100101

Color Harmonies of #03BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA03

Black with #03BA03

Text Example


Text Example

White with #03BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,3); }

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

background-color css

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

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

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

border-color css

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

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

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